|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContextProcessorParams
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 |
RenderingContext |
getRenderingContext()
Returns the WCM API RenderingContext for the current request |
Workspace |
getWorkspace()
Returns the WCM API Workspace for the current user |
void |
setRenderingContext(RenderingContext p_renderingContext)
Sets the WCM API RenderingContext for the current request |
| Method Detail |
|---|
Workspace getWorkspace()
java.util.Locale getCurrentLocale()
java.lang.String getPortletId()
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
void setRenderingContext(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 | ||||||||