| java.lang.Object com.sun.portal.harness.HarnessDesktopContext
Method Summary | |
public void | addSessionListener(SessionListener sl) | public void | addUserListener(UserListener sl) | public void | addUserReference() | public void | debugError(Object o, Throwable t) | public void | debugError(Object o) | public void | debugMessage(Object o, Throwable t) | public void | debugMessage(Object o) | public void | debugWarning(Object o) | public void | debugWarning(Object o, Throwable t) | public String | encodeURL(String url) | public Set | getAncestors(HttpServletRequest req, String channel) | public String | getAuthenticationType() | public String | getCharset() | public String | getClientPath() | public Cookie | getClientProperties() | public String | getClientProperty(String key) | public String | getClientType() | public Set | getClientTypeProperties(String clientType, String key) | public String | getClientTypeProperty(String clientType, String key) | public String | getClientTypeProperty(String key) | public String | getConfigProperty(String key) | public ContainerProviderContext | getContainerProviderContext() | public String | getContainerProviderContextClassName() | public Map | getContent(HttpServletRequest req, HttpServletResponse res, List providers, int timeout) | public StringBuffer | getContent(HttpServletRequest req, HttpServletResponse res, String name) | public String | getContentType() | public short | getCookieSupport() | public DPRoot | getDPRoot() | public short | getDebugLevel() | public String | getDefaultChannelName() | public String | getDefaultClientType() | public String | getDesktopType() | public String | getDesktopURL(HttpServletRequest req) | public String | getDesktopURL(HttpServletRequest req, Map m1, Map m2) | public String | getDesktopURL(HttpServletRequest req, String str) | public String | getEditProviderContainerName() | public String | getEncoderClassName() | public boolean | getIsStale() | public String | getJSPCompilerWARClassPath() | public String | getJSPScratchDir() | public long | getLastAccess() | public long | getLastRequestTimeMillis() | public Locale | getLocale() | public String | getLocaleString() | public String | getLoginURL() | public String | getLogoutURL() | public String | getPropertiesContextClassName() | public Provider | getProvider(HttpServletRequest req, String name) | public String | getProviderClassBaseDir() | public StringBuffer | getRequestServer(HttpServletRequest req) | public Set | getRoles() | public String | getSessionID() | public Object | getSessionProperty(String name) Gets the property stored in this session.
Parameters: name - The property name. | public String | getStaticContentPath() | public String | getStringAttribute(String name) Gets the attribute. | public String | getStringAttribute(String name, Locale locale) | public StringBuffer | getTemplate(String app, String provider, String file, Hashtable table) | public StringBuffer | getTemplate(String desktopType, String locale, String app, String provider, String clientType, String file, Hashtable table, String baseDir) | public ParsedTagArray | getTemplate(String app, String provider, String file) | public ParsedTagArray | getTemplate(String desktopType, String locale, String app, String provider, String clientType, String file, String baseDir) | public String | getTemplateBaseDir() | public File | getTemplateMostSpecificPath(String app, String provider, String file) | public File | getTemplateMostSpecificPath(String desktopType, String locale, String app, String provider, String clientType, String file, String baseDir) | public File | getTemplatePath(String app, String provider, String file) | public File | getTemplatePath(String desktopType, String locale, String app, String provider, String clientType, String file, String baseDir) | public File[] | getTemplatePaths(String app, String provider, String file) | public String | getTopChannelName(HttpServletRequest req) | public String | getUserID() | public void | init(HttpServletRequest req) | public boolean | isAuthless(HttpServletRequest req) | public boolean | isDPRootCustomized() | public boolean | isDebugEnabled() | public boolean | isDebugErrorEnabled() | public boolean | isDebugMessageEnabled() | public boolean | isDebugWarningEnabled() | public boolean | isPasContextActivated() | public boolean | isWSRP(HttpServletRequest req) | public void | refresh() | public void | setClientProperty(String name, String str) | public void | setDPRootCustomized(boolean val) | public void | setDebugLevel(short level) | public void | setDefaultChannelName(String nm) | public void | setIsStale(boolean stale) | public void | setLastAccess(long val) | public void | setLastRequestTimeMillis(long lastRequest) | public void | setSessionProperty(String name, Object obj) Sets a property for this session. | public void | setStringAttribute(String name, String val) | public void | setTopChannelName(HttpServletRequest req, String channel) | public void | store() Write out any modified data to the persistent store, if necessary. | public boolean | validateSession(HttpServletRequest req) Validates user session. |
addUserReference | public void addUserReference()(Code) | | |
getAuthenticationType | public String getAuthenticationType()(Code) | | |
getClientProperties | public Cookie getClientProperties()(Code) | | |
getContainerProviderContextClassName | public String getContainerProviderContextClassName()(Code) | | |
getCookieSupport | public short getCookieSupport()(Code) | | |
getDebugLevel | public short getDebugLevel()(Code) | | |
getDefaultChannelName | public String getDefaultChannelName()(Code) | | |
getDefaultClientType | public String getDefaultClientType()(Code) | | |
getEditProviderContainerName | public String getEditProviderContainerName()(Code) | | |
getEncoderClassName | public String getEncoderClassName()(Code) | | |
getIsStale | public boolean getIsStale()(Code) | | |
getJSPCompilerWARClassPath | public String getJSPCompilerWARClassPath()(Code) | | |
getLastAccess | public long getLastAccess()(Code) | | |
getLastRequestTimeMillis | public long getLastRequestTimeMillis()(Code) | | |
getPropertiesContextClassName | public String getPropertiesContextClassName()(Code) | | |
getProviderClassBaseDir | public String getProviderClassBaseDir()(Code) | | |
getSessionProperty | public Object getSessionProperty(String name)(Code) | | Gets the property stored in this session.
Parameters: name - The property name. The property value in String format. If property isnot not found, return null.there are errors in getting the property. |
getStaticContentPath | public String getStaticContentPath()(Code) | | |
getStringAttribute | public String getStringAttribute(String name)(Code) | | Gets the attribute. 'Attributes' are settings that are not
channel-related (i.e. not stored in display profile)
Parameters: name - The attribute name. The attribute value in String format. If property isnot not found, return null. |
isDPRootCustomized | public boolean isDPRootCustomized()(Code) | | |
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
isDebugErrorEnabled | public boolean isDebugErrorEnabled()(Code) | | |
isDebugMessageEnabled | public boolean isDebugMessageEnabled()(Code) | | |
isDebugWarningEnabled | public boolean isDebugWarningEnabled()(Code) | | |
isPasContextActivated | public boolean isPasContextActivated()(Code) | | |
refresh | public void refresh()(Code) | | |
setDPRootCustomized | public void setDPRootCustomized(boolean val)(Code) | | |
setDebugLevel | public void setDebugLevel(short level)(Code) | | |
setDefaultChannelName | public void setDefaultChannelName(String nm)(Code) | | |
setIsStale | public void setIsStale(boolean stale)(Code) | | |
setLastAccess | public void setLastAccess(long val)(Code) | | |
setLastRequestTimeMillis | public void setLastRequestTimeMillis(long lastRequest)(Code) | | |
setSessionProperty | public void setSessionProperty(String name, Object obj)(Code) | | Sets a property for this session.
Parameters: name - The property name Parameters: obj - The property valuethere are errors in setting the property name and value |
store | public void store()(Code) | | Write out any modified data to the persistent store, if necessary.
|
validateSession | public boolean validateSession(HttpServletRequest req)(Code) | | Validates user session.
communicating with session
|
|
|