|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the parameters that a context processor is able to read and modify.
| Method Summary | |
java.util.Locale |
getCurrentLocale()
Returns the current users Locale |
java.lang.String |
getPortletId()
Returns a string which uniquely identifies the current portlet instance |
com.ibm.workplace.wcm.api.RenderingContext |
getRenderingContext()
Returns the WCM API RenderingContext for the current request |
com.ibm.workplace.wcm.api.Workspace |
getWorkspace()
Returns the WCM API Workspace for the current user |
void |
setRenderingContext(com.ibm.workplace.wcm.api.RenderingContext p_renderingContext)
Sets the WCM API RenderingContext for the current request |
| Method Detail |
public com.ibm.workplace.wcm.api.Workspace getWorkspace()
public java.util.Locale getCurrentLocale()
public java.lang.String getPortletId()
public com.ibm.workplace.wcm.api.RenderingContext getRenderingContext()
This method does not return a copy of the RenderingContext, thus any changes made to the returned RenderingContext will be reflected within this ContextProcessorParams object
public void setRenderingContext(com.ibm.workplace.wcm.api.RenderingContext p_renderingContext)
p_renderingContext - the WCM API RenderingContext for the current request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||