| java.lang.Object com.sun.portal.desktop.context.PSDesktopContext
Method Summary | |
public void | addSessionListener(SessionListener sl) | public void | addUserListener(UserListener ul) | public String | encodeURL(String url) | public Set | getAncestors(HttpServletRequest req, String name) | public String | getAuthenticationType() | protected String | getAuthlessSessionContextClassName() | public String | getCharset() | public String | getClientPath() | public Cookie | getClientProperties() | public String | getClientProperty(String name) | public String | getClientType() | public Set | getClientTypeProperties(String clientType, String key) | public String | getClientTypeProperty(String key) | public String | getClientTypeProperty(String clientType, String key) | public String | getConfigProperty(String key) | public ContainerProviderContext | getContainerProviderContext() | public String | getContainerProviderContextClassName() | public StringBuffer | getContent(HttpServletRequest req, HttpServletResponse res, String name) | public Map | getContent(HttpServletRequest req, HttpServletResponse res, List providers, int timeout) | public String | getContentType() | protected String | getDPContextClassName() | public DPRoot | getDPRoot() | protected DPUserContext | getDPUserContext() | protected String | getDPUserContextClassName() | public String | getDefaultChannelName() | public String | getDefaultClientType() | public String | getDesktopType() | public String | getDesktopURL(HttpServletRequest req) | public String | getDesktopURL(HttpServletRequest req, Map query, Map pathInfo) | public String | getDesktopURL(HttpServletRequest req, String query) | public String | getEditProviderContainerName() | public String | getEncoderClassName() | public boolean | getIsStale() | public String | getJSPCompilerWARClassPath() | public String | getJSPScratchDir() | public long | getLastAccess() | 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() | protected ServiceContext | getServiceContext() | protected String | getServiceContextClassName() | protected SessionContext | getSessionContext() | protected String | getSessionContextClassName() | public String | getSessionID() | public Object | getSessionProperty(String name) | public String | getStaticContentPath() | public String | getStringAttribute(String name) | public String | getStringAttribute(String name, Locale locale) | public ParsedTagArray | getTemplate(String app, String provider, String file) | public ParsedTagArray | getTemplate(String desktopType, String locale, String app, String provider, String clientPath, String file, String baseDir) | public StringBuffer | getTemplate(String app, String provider, String file, Hashtable table) | public StringBuffer | getTemplate(String desktopType, String locale, String app, String provider, String clientPath, String file, Hashtable table, 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 clientPath, 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 clientPath, String file, String baseDir) | public String | getTopChannelName(HttpServletRequest req) | public String | getUserID() | protected String | getWSRPSessionContextClassName() | public void | init(HttpServletRequest req) | public synchronized ContainerProviderContext | initContainerProviderContext() | protected DPUserContext | initDPUserContext(HttpServletRequest req) | protected Locale | initLocale() | protected static Locale | initLocale(String stringformat) | public boolean | isAuthless(HttpServletRequest req) | public boolean | isDPRootCustomized() | protected boolean | isDPRootSet() | protected boolean | isDPUserRootModified() | public boolean | isInitDone() | public boolean | isWSRP(HttpServletRequest req) | public void | providerClassLoaderOutdated() | public void | refresh() | public void | setClientProperty(String name, String value) | public void | setDPRootCustomized(boolean state) | public void | setDefaultChannelName(String channel) | public void | setIsStale(boolean stale) | public void | setLastAccess(long ms) | public void | setSessionProperty(String name, Object val) | public void | setStringAttribute(String name, String val) | public void | setTopChannelName(HttpServletRequest req, String channel) | public void | store() | public void | userLogout(UserEvent ue) |
clientProperties | protected Map clientProperties(Code) | | |
getAuthenticationType | public String getAuthenticationType()(Code) | | |
getAuthlessSessionContextClassName | protected String getAuthlessSessionContextClassName()(Code) | | |
getClientProperties | public Cookie getClientProperties()(Code) | | |
getContainerProviderContextClassName | public String getContainerProviderContextClassName()(Code) | | |
getDPContextClassName | protected String getDPContextClassName()(Code) | | |
getDPUserContextClassName | protected String getDPUserContextClassName()(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) | | |
getPropertiesContextClassName | public String getPropertiesContextClassName()(Code) | | |
getProviderClassBaseDir | public String getProviderClassBaseDir()(Code) | | |
getServiceContextClassName | protected String getServiceContextClassName()(Code) | | |
getSessionContextClassName | protected String getSessionContextClassName()(Code) | | |
getStaticContentPath | public String getStaticContentPath()(Code) | | |
getWSRPSessionContextClassName | protected String getWSRPSessionContextClassName()(Code) | | |
isDPRootCustomized | public boolean isDPRootCustomized()(Code) | | |
isDPRootSet | protected boolean isDPRootSet()(Code) | | |
isDPUserRootModified | protected boolean isDPUserRootModified()(Code) | | |
isInitDone | public boolean isInitDone()(Code) | | |
providerClassLoaderOutdated | public void providerClassLoaderOutdated()(Code) | | |
refresh | public void refresh()(Code) | | |
setDPRootCustomized | public void setDPRootCustomized(boolean state)(Code) | | |
setDefaultChannelName | public void setDefaultChannelName(String channel)(Code) | | |
setIsStale | public void setIsStale(boolean stale)(Code) | | |
setLastAccess | public void setLastAccess(long ms)(Code) | | |
store | public void store()(Code) | | |
|
|