| java.lang.Object com.sun.portal.desktop.context.PSProviderContext
All known Subclasses: com.sun.portal.desktop.context.PSContainerProviderContext,
Method Summary | |
public void | addSessionListener(SessionListener sl) | public void | addUserListener(UserListener ul) | abstract public void | allContentChanged() | abstract public void | contentChanged(String channelName) | public void | debugError(Object o) | public void | debugError(Object o, Throwable t) | public void | debugMessage(Object o) | public void | debugMessage(Object o, Throwable t) | public void | debugWarning(Object o) | public void | debugWarning(Object o, Throwable t) | public String | decodeURLParameter(String key) | public String | encodeURL(String url) | public String | encodeURLParameter(String key) | public String | escape(String unescaped) | public boolean | existsBooleanProperty(String channel, String name) | public boolean | existsBooleanProperty(String channel, String name, List pflist) | public boolean | existsCollectionProperty(String channel, String name) | public boolean | existsCollectionProperty(String channel, String name, List pflist) | public boolean | existsCollectionProperty(String channel, String name, boolean localized) | public boolean | existsIntegerProperty(String channel, String name) | public boolean | existsIntegerProperty(String channel, String name, List pflist) | public boolean | existsStringProperty(String channel, String name) | public boolean | existsStringProperty(String channel, String name, List pflist) | public boolean | existsStringProperty(String channel, String name, boolean localized) | public String | getAuthenticationType() | public boolean | getBooleanProperty(String channel, String key) | public boolean | getBooleanProperty(String channel, String key, List pflist) | public boolean | getBooleanProperty(String channel, String key, boolean def) | public boolean | getBooleanProperty(String channel, String key, boolean def, List pflist) | public String | getCharset() | public String | getClassName(String channel) | public synchronized List | getClientAndLocalePropertiesFilters() | public String | getClientPath() | public synchronized List | getClientPropertiesFilters() | public List | getClientPropertiesFilters(String clientType) | 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 Map | getCollectionProperty(String channel, String key) | public Map | getCollectionProperty(String channel, String key, Map def) | public Map | getCollectionProperty(String channel, String key, List pflist) | public Map | getCollectionProperty(String channel, String key, Map def, List pflist) | public Map | getCollectionProperty(String channel, String key, boolean localized) | public Map | getCollectionProperty(String channel, String key, Map def, boolean localized) | public String | getConfigProperty(String key) | public String | getContentType() | public String | getDefaultChannelName() | public String | getDefaultClientType() | protected DesktopContext | getDesktopContext() | public String | getDesktopType() | public String | getDesktopURL(HttpServletRequest req) | public String | getDesktopURL(HttpServletRequest req, Map query, Map pathInfo) | public String | getDesktopURL(HttpServletRequest req, Map query, Map pathInfo, boolean escape) | public String | getDesktopURL(HttpServletRequest req, String query, boolean escape) | public int | getIntegerProperty(String channel, String key) | public int | getIntegerProperty(String channel, String key, List pflist) | public int | getIntegerProperty(String channel, String key, int def) | public int | getIntegerProperty(String channel, String key, int def, List pflist) | public synchronized Locale | getLocale() | public synchronized List | getLocalePropertiesFilters() | public String | getLocaleString() | public String | getLoginURL() | public String | getLogoutURL() | public Iterator | getNames(String channel) | public String | getParentContainerName(String channel) | protected PropertiesContext | getPropertiesContext() | protected String | getPropertiesContextClassName() | public Object | getProperty(String channel, String key) | public Object | getProperty(String channel, String key, Object def) | public String | getProviderName(String channel) | public int | getProviderVersion(String channel) | public StringBuffer | getRequestServer(HttpServletRequest req) | public Set | getRoles() | public ServletConfig | getServletConfig() | public ServletContext | getServletContext() | public String | getSessionID() | public Object | getSessionProperty(String name) | public String | getStaticContentPath() | public String | getStringAttribute(String name) | public String | getStringAttribute(String name, Locale locale) | public String | getStringProperty(String channel, String key) | public String | getStringProperty(String channel, String key, List pflist) | public String | getStringProperty(String channel, String key, List pflist, boolean exact) | public String | getStringProperty(String channel, String key, String def) | public String | getStringProperty(String channel, String key, String def, List pflist) | public String | getStringProperty(String channel, String key, boolean localized) | public String | getStringProperty(String channel, String key, String def, boolean localized) | public StringBuffer | getTemplate(String name, String file) | public StringBuffer | getTemplate(String desktopType, String locale, String name, String clientPath, String file, String baseDir) | public StringBuffer | getTemplate(String name, String file, Hashtable table) | public StringBuffer | getTemplate(String desktopType, String locale, String name, String clientPath, String file, Hashtable table, String baseDir) | public File | getTemplateMostSpecificPath(String name, String file) | public File | getTemplateMostSpecificPath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) | public File | getTemplatePath(String name, String file) | public File | getTemplatePath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) | public String | getTopChannelName(HttpServletRequest req) | public String | getUserID() | public synchronized void | init(HttpServletRequest req) | protected List | initAuthlessClientAndLocalePropertiesFilters() | protected List | initAuthlessClientPropertiesFilters() | protected List | initAuthlessLocalePropertiesFilters() | protected List | initClientAndLocalePropertiesFilters(boolean clientTypeChanged, boolean localeChanged) | protected List | initClientPropertiesFilters() | protected List | initClientPropertiesFilters(String clientType) | protected List | initLocalePropertiesFilters() | protected static List | initLocalePropertiesFilters(String stringformat) | protected void | initPropertiesContext() | public boolean | isAuthless(HttpServletRequest req) | public boolean | isDebugEnabled() | public boolean | isDebugErrorEnabled() | public boolean | isDebugMessageEnabled() | public boolean | isDebugWarningEnabled() | public void | refresh() | public void | setBooleanProperty(String channel, String key, boolean val) | public void | setBooleanProperty(String channel, String key, boolean val, List pflist) | public void | setClientProperty(String name, String value) | public void | setCollectionProperty(String channel, String key, Map val) | public void | setCollectionProperty(String channel, String key, Map val, List pflist) | public void | setCollectionProperty(String channel, String key, List val) | public void | setCollectionProperty(String channel, String key, List val, List pflist) | public void | setIntegerProperty(String channel, String key, int val) | public void | setIntegerProperty(String channel, String key, int val, List pflist) | public void | setProperty(String channel, String key, Object val) | public void | setSessionProperty(String name, Object val) | public void | setStringAttribute(String name, String val) | public void | setStringProperty(String channel, String key, String val) | public void | setStringProperty(String channel, String key, String val, List pflist) | public void | userLogout(UserEvent ue) |
CLIENT_AND_LOCALE_PROPERTIES_FILTERS | final public static String CLIENT_AND_LOCALE_PROPERTIES_FILTERS(Code) | | |
CLIENT_PROPERTIES_FILTERS | final public static String CLIENT_PROPERTIES_FILTERS(Code) | | |
LOCALE_PROPERTIES_FILTERS | final public static String LOCALE_PROPERTIES_FILTERS(Code) | | |
clientAndLocalePropertiesFilters | protected List clientAndLocalePropertiesFilters(Code) | | |
clientPropertiesFilters | protected List clientPropertiesFilters(Code) | | |
clientTypeParents | protected Set clientTypeParents(Code) | | |
localePropertiesFilters | protected List localePropertiesFilters(Code) | | |
propertiesContexts | protected static Map propertiesContexts(Code) | | |
allContentChanged | abstract public void allContentChanged()(Code) | | |
contentChanged | abstract public void contentChanged(String channelName)(Code) | | |
getAuthenticationType | public String getAuthenticationType()(Code) | | |
getClientPropertiesFilters | public List getClientPropertiesFilters(String clientType)(Code) | | |
getDefaultChannelName | public String getDefaultChannelName()(Code) | | |
getDefaultClientType | public String getDefaultClientType()(Code) | | |
getPropertiesContextClassName | protected String getPropertiesContextClassName()(Code) | | |
getStaticContentPath | public String getStaticContentPath()(Code) | | |
initAuthlessClientAndLocalePropertiesFilters | protected List initAuthlessClientAndLocalePropertiesFilters()(Code) | | |
initAuthlessClientPropertiesFilters | protected List initAuthlessClientPropertiesFilters()(Code) | | |
initAuthlessLocalePropertiesFilters | protected List initAuthlessLocalePropertiesFilters()(Code) | | |
initClientAndLocalePropertiesFilters | protected List initClientAndLocalePropertiesFilters(boolean clientTypeChanged, boolean localeChanged)(Code) | | |
initClientPropertiesFilters | protected List initClientPropertiesFilters()(Code) | | |
initClientPropertiesFilters | protected List initClientPropertiesFilters(String clientType)(Code) | | |
initLocalePropertiesFilters | protected List initLocalePropertiesFilters()(Code) | | |
initLocalePropertiesFilters | protected static List initLocalePropertiesFilters(String stringformat)(Code) | | |
initPropertiesContext | protected void initPropertiesContext()(Code) | | |
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
isDebugErrorEnabled | public boolean isDebugErrorEnabled()(Code) | | |
isDebugMessageEnabled | public boolean isDebugMessageEnabled()(Code) | | |
isDebugWarningEnabled | public boolean isDebugWarningEnabled()(Code) | | |
refresh | public void refresh()(Code) | | |
|
|