|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface extends the RunData interface with methods
specific to the needs of a Jetspeed like portal implementation.
Field Summary | |
static int |
CUSTOMIZE
|
static int |
MAXIMIZE
|
static int |
NORMAL
|
Method Summary | |
void |
cleanupFromCustomization()
Clean up from customization |
CapabilityMap |
getCapability()
Returns the capability map for the user agent issuing this request |
Portlet |
getCustomized()
Returns the portlet id which should be customized for this request |
Profile |
getCustomizedProfile()
Get the psml profile being customized. |
JetspeedUser |
getJetspeedUser()
Returns the Jetspeed User (same as getUser without cast) |
java.lang.String |
getJs_peid()
Returns the portlet id (PEID) referenced in this request |
int |
getMode()
Returns the portlet id which should be maximized for this request |
java.lang.String |
getPageSessionId()
Access an identifier for the current request's PageSession. |
SessionState |
getPageSessionState()
Access the current request's PageSession state object. |
java.lang.String |
getPortlet()
Returns the portlet id referenced in this request |
SessionState |
getPortletSessionState(java.lang.String id)
Access the current request's PortletSession state object. |
Profile |
getProfile()
Gets the user portal profile for the current request |
java.lang.String |
getRequestedTemplate()
Returns the template path as requested from the parameters |
java.lang.String |
getUserId()
Get the user id for the current user. |
SessionState |
getUserSessionState()
Access the current request's UserSession state object. |
void |
setCustomized(Portlet p)
Sets the portlet id to customize |
void |
setCustomizedProfile(Profile profile)
Set the psml profile being customized. |
void |
setJs_peid(java.lang.String peid)
Sets the portlet id (PEID) referenced for this request |
void |
setMode(int mode)
Sets the portlet id to maximize |
void |
setMode(java.lang.String mode)
Sets the portlet id to maximize |
void |
setPortlet(java.lang.String id)
Sets the portlet id referenced for this request |
void |
setProfile(Profile profile)
Sets the user portal profile for the current request |
void |
setRequestedTemplate(java.lang.String id)
Sets the template path as requested from the parameters |
Methods inherited from interface org.apache.turbine.services.rundata.TurbineRunData |
getCookieParser, getParameterParser, setCookieParser, setParameterParser, setRequest, setResponse, setServerData, setServletConfig, setSession |
Methods inherited from interface org.apache.turbine.util.RunData |
addMessage, addMessage, declareDirectResponse, getACL, getAction, getCharSet, getContentType, getContextPath, getCookies, getJNDIContexts, getLayout, getLayoutTemplate, getLocale, getMessage, getMessageAsHTML, getMessages, getOut, getPage, getParameters, getRedirectURI, getRemoteAddr, getRemoteHost, getRequest, getResponse, getScreen, getScreenTemplate, getScriptName, getServerData, getServerName, getServerPort, getServerScheme, getServletConfig, getServletContext, getSession, getStackTrace, getStackTraceException, getStatusCode, getSystemErrors, getTemplateEncoding, getTemplateInfo, getTitle, getUser, getUserAgent, getUserFromSession, getVarDebug, hasAction, hasMessage, hasScreen, isOutSet, isPageSet, populate, removeUserFromSession, save, setACL, setAction, setCharSet, setContentType, setJNDIContexts, setLayout, setLayoutTemplate, setLocale, setMessage, setMessage, setMessages, setRedirectURI, setScreen, setScreenTemplate, setStackTrace, setStatusCode, setSystemError, setTemplateEncoding, setTitle, setUser, unsetMessage, userExists |
Methods inherited from interface org.apache.turbine.util.pool.Recyclable |
dispose, isDisposed, recycle |
Field Detail |
public static final int NORMAL
public static final int CUSTOMIZE
public static final int MAXIMIZE
Method Detail |
public JetspeedUser getJetspeedUser()
public java.lang.String getPortlet()
public java.lang.String getJs_peid()
public void setPortlet(java.lang.String id)
id
- the portlet id referenced in this requestpublic void setJs_peid(java.lang.String peid)
public Portlet getCustomized()
public void setCustomized(Portlet p)
public Profile getCustomizedProfile()
public void setCustomizedProfile(Profile profile)
profile
- The Profile being customized.public void cleanupFromCustomization()
public int getMode()
public void setMode(int mode)
public void setMode(java.lang.String mode)
public java.lang.String getRequestedTemplate()
public void setRequestedTemplate(java.lang.String id)
public CapabilityMap getCapability()
public Profile getProfile()
public void setProfile(Profile profile)
profile
- a profile implementation for the current requestpublic java.lang.String getUserId()
public java.lang.String getPageSessionId()
public SessionState getUserSessionState()
public SessionState getPageSessionState()
public SessionState getPortletSessionState(java.lang.String id)
id
- The Portlet's unique id.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |