Uses of Interface
de.hybris.platform.cockpit.session.RequestHandler
-
Packages that use RequestHandler Package Description de.hybris.platform.cockpit.session de.hybris.platform.cockpit.session.impl -
-
Uses of RequestHandler in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return RequestHandler Modifier and Type Method Description RequestHandlerDummyUISession. getRequestHandler()RequestHandlerUISession. getRequestHandler()Methods in de.hybris.platform.cockpit.session with parameters of type RequestHandler Modifier and Type Method Description voidDummyUISession. setRequestHandler(RequestHandler reqHandler)voidUISession. setRequestHandler(RequestHandler reqHandler) -
Uses of RequestHandler in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement RequestHandler Modifier and Type Class Description classAbstractRequestHandlerclassDefaultRequestHandlerDefault CockpitRequestHandler.Methods in de.hybris.platform.cockpit.session.impl that return RequestHandler Modifier and Type Method Description RequestHandlerUISessionImpl. getRequestHandler()Methods in de.hybris.platform.cockpit.session.impl with parameters of type RequestHandler Modifier and Type Method Description voidUISessionImpl. setRequestHandler(RequestHandler reqHandler)
-