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

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
<WEB_COMPONENT_REQUEST_CONTEXT extends WebComponentRequestContext>
NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT>
NavigationContext.get(WEB_COMPONENT_REQUEST_CONTEXT context)
          Sets the navigation context to the specified context associated to the current web controller.
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.