|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebComponentController | |
---|---|
com.stratelia.silverpeas.peasCore.servlets |
Uses of WebComponentController in com.stratelia.silverpeas.peasCore.servlets |
---|
Classes in com.stratelia.silverpeas.peasCore.servlets with type parameters of type WebComponentController | |
---|---|
class |
WebComponentRequestContext<CONTROLLER extends WebComponentController>
|
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. |
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 WebComponentController | ||
---|---|---|
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 |