Uses of Class
com.stratelia.silverpeas.peasCore.servlets.WebComponentController

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
<CONTROLLER extends WebComponentController<WEB_COMPONENT_REQUEST_CONTEXT>,WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
void
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
<CONTROLLER extends WebComponentController<WEB_COMPONENT_REQUEST_CONTEXT>,WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
Navigation
WebComponentManager.perform(CONTROLLER webComponentController, String path)
          Performs a request path by executing the right method behind and returning the navigation object instance.
 



Copyright © 2016 Silverpeas. All Rights Reserved.