|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebComponentRequestContext | |
---|---|
com.stratelia.silverpeas.peasCore.servlets |
Uses of WebComponentRequestContext in com.stratelia.silverpeas.peasCore.servlets |
---|
Classes in com.stratelia.silverpeas.peasCore.servlets with type parameters of type WebComponentRequestContext | |
---|---|
class |
AbstractNavigationContextListener<WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
|
class |
NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
This class permits to handle a context according to the user navigation. |
interface |
NavigationContextListener<WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
|
class |
WebComponentController<WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
Base class for all web component controller. |
class |
WebComponentRequestRouter<T extends WebComponentController<WEB_COMPONENT_REQUEST_CONTEXT>,WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext<? extends WebComponentController>>
This request router is an extension of the historical one. |
Methods in com.stratelia.silverpeas.peasCore.servlets with type parameters of type WebComponentRequestContext | ||
---|---|---|
static
|
NavigationContext.get(WEB_COMPONENT_REQUEST_CONTEXT context)
Sets the navigation context to the specified context associated to the current web controller. |
|
static
|
WebComponentManager.manageRequestFor(Class<CONTROLLER> webComponentControllerClass,
Class<? extends Annotation> httpMethodClass,
HttpRequest request,
javax.servlet.http.HttpServletResponse response)
This method must be called before all treatments in order to initilize the Web Component Context associated to the current request. |
|
static
|
WebComponentManager.perform(CONTROLLER webComponentController,
String path)
Performs a request path by executing the right method behind and returning the navigation object instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |