|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.turbine.util.pool.RecyclableSupport
org.apache.turbine.services.rundata.DefaultTurbineRunData
org.apache.jetspeed.services.rundata.DefaultJetspeedRunData
This interface extends the RunData interface with methods
specific to the needs of a Jetspeed like portal implementation.
| Field Summary |
| Fields inherited from class org.apache.turbine.services.rundata.DefaultTurbineRunData |
cookies |
| Fields inherited from interface org.apache.jetspeed.services.rundata.JetspeedRunData |
CUSTOMIZE, MAXIMIZE, NORMAL |
| Constructor Summary | |
DefaultJetspeedRunData()
|
|
| Method Summary | |
void |
cleanupFromCustomization()
Clean up from customization |
void |
dispose()
Clears the state of this object for recycling... |
org.apache.turbine.util.security.AccessControlList |
getACL()
Deprecated. |
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData |
addMessage, addMessage, declareDirectResponse, getAction, getCharSet, getContentType, getContextPath, getCookieParser, getCookies, getDefaultCharSet, getDefaultLocale, getJNDIContexts, getLayout, getLayoutTemplate, getLocale, getMessage, getMessageAsHTML, getMessages, getOut, getPage, getParameterParser, 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, getUserFromSession, getVarDebug, hasAction, hasMessage, hasScreen, isOutSet, isPageSet, populate, recycle, removeUserFromSession, removeUserFromSession, save, setACL, setAction, setCharSet, setContentType, setContextPath, setCookieParser, setJNDIContexts, setLayout, setLayoutTemplate, setLocale, setMessage, setMessage, setMessages, setOut, setParameterParser, setRedirectURI, setRequest, setResponse, setScreen, setScreenTemplate, setScriptName, setServerData, setServerName, setServerPort, setServerScheme, setServletConfig, setSession, setStackTrace, setStatusCode, setSystemError, setTemplateEncoding, setTitle, setUser, unsetMessage, userExists |
| Methods inherited from class org.apache.turbine.util.pool.RecyclableSupport |
doDispose, isDisposed, Recyclable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, 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 |
isDisposed, recycle |
| Constructor Detail |
public DefaultJetspeedRunData()
| Method Detail |
public java.lang.String getPortlet()
getPortlet in interface JetspeedRunDatapublic void setPortlet(java.lang.String id)
setPortlet in interface JetspeedRunDataid - the portlet id referenced in this requestpublic Portlet getCustomized()
getCustomized in interface JetspeedRunDatapublic void setCustomized(Portlet p)
setCustomized in interface JetspeedRunDatapublic Profile getCustomizedProfile()
getCustomizedProfile in interface JetspeedRunDatapublic void setCustomizedProfile(Profile profile)
setCustomizedProfile in interface JetspeedRunDataprofile - The Profile being customized.public void cleanupFromCustomization()
cleanupFromCustomization in interface JetspeedRunDatapublic int getMode()
getMode in interface JetspeedRunDatapublic void setMode(int mode)
setMode in interface JetspeedRunDatapublic void setMode(java.lang.String mode)
setMode in interface JetspeedRunDatapublic java.lang.String getRequestedTemplate()
getRequestedTemplate in interface JetspeedRunDatapublic void setRequestedTemplate(java.lang.String id)
setRequestedTemplate in interface JetspeedRunDatapublic CapabilityMap getCapability()
getCapability in interface JetspeedRunDatapublic void setProfile(Profile profile)
setProfile in interface JetspeedRunDataprofile - a profile implementation for the current requestpublic Profile getProfile()
getProfile in interface JetspeedRunDatapublic void dispose()
dispose in interface org.apache.turbine.util.pool.Recyclablepublic java.lang.String getJs_peid()
getJs_peid in interface JetspeedRunDatapublic void setJs_peid(java.lang.String peid)
setJs_peid in interface JetspeedRunDatapublic java.lang.String getUserId()
getUserId in interface JetspeedRunDatapublic java.lang.String getPageSessionId()
getPageSessionId in interface JetspeedRunDatapublic SessionState getUserSessionState()
getUserSessionState in interface JetspeedRunDatapublic SessionState getPageSessionState()
getPageSessionState in interface JetspeedRunDatapublic SessionState getPortletSessionState(java.lang.String id)
getPortletSessionState in interface JetspeedRunDataid - The Portlet's unique id.
public JetspeedUser getJetspeedUser()
getJetspeedUser in interface JetspeedRunDatapublic org.apache.turbine.util.security.AccessControlList getACL()
getACL in interface org.apache.turbine.util.RunData
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||