|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.servlets.WebComponentRequestContext<CONTROLLER>
CONTROLLER
- public class WebComponentRequestContext<CONTROLLER extends WebComponentController>
Constructor Summary | |
---|---|
WebComponentRequestContext()
|
Method Summary | |
---|---|
void |
addRedirectVariable(String variableName,
String variableValue)
|
void |
beforeRequestProcessing()
This methods permits to perform initializations before the HTTP method (and associated method invokation) aimed is performed. |
String |
getComponentInstanceId()
|
String |
getComponentInstanceLabel()
|
String |
getComponentName()
|
String |
getComponentUriBase()
|
SilverpeasRole |
getGreaterUserRole()
|
Class<? extends Annotation> |
getHttpMethodClass()
|
WebMessager |
getMessager()
|
ResourceLocator |
getMultilang()
|
NavigationContext |
getNavigationContext()
|
Map<String,String> |
getPathVariables()
|
HttpRequest |
getRequest()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
String |
getSpaceId()
|
String |
getSpaceLabel()
|
UserDetail |
getUser()
|
AlertUser |
getUserManualNotificationForParameterization()
Gets an alert user object in order to parameterized it before asking the user to select users or groups to be manually alerted. |
Collection<SilverpeasRole> |
getUserRoles()
|
boolean |
isComingFromRedirect()
|
Navigation |
redirectToHtmlEditor(String objectId,
String returnPath,
boolean indexIt)
Handled the navigation to the html editor. |
Navigation |
redirectToHtmlEditor(SubscriptionManagementContext subscriptionManagementContext,
String objectId,
String returnPath,
boolean indexIt)
Handled the navigation to the html editor. |
Navigation |
redirectToNotifyManuallyUsers()
Gets the navigation to the centralized mechanism that permits to alert manually users and/or groups about a contribution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebComponentRequestContext()
Method Detail |
---|
public void beforeRequestProcessing()
public Class<? extends Annotation> getHttpMethodClass()
public HttpRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public NavigationContext getNavigationContext()
NavigationContext
public Map<String,String> getPathVariables()
public void addRedirectVariable(String variableName, String variableValue)
public ResourceLocator getMultilang()
public WebMessager getMessager()
public String getComponentUriBase()
public String getComponentInstanceId()
public String getComponentInstanceLabel()
public String getComponentName()
public String getSpaceId()
public String getSpaceLabel()
public UserDetail getUser()
public Collection<SilverpeasRole> getUserRoles()
public SilverpeasRole getGreaterUserRole()
public boolean isComingFromRedirect()
public Navigation redirectToHtmlEditor(String objectId, String returnPath, boolean indexIt)
objectId
- returnPath
- indexIt
-
public Navigation redirectToHtmlEditor(SubscriptionManagementContext subscriptionManagementContext, String objectId, String returnPath, boolean indexIt)
subscriptionManagementContext
- objectId
- returnPath
- indexIt
-
public AlertUser getUserManualNotificationForParameterization()
public Navigation redirectToNotifyManuallyUsers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |