| java.lang.Object com.sun.portal.desktop.context.PSProviderContext com.sun.portal.desktop.context.PSContainerProviderContext
Method Summary | |
public void | allContentChanged() | public void | contentChanged(String channel) | public void | copyChannel(String srcName, String dstName) | public void | createChannel(String channelName, String providerName) | public void | createContainer(String channelName, String providerName) | public boolean | existsChannel(String channel) | public List | getAvailableChannels(String container) | public StringBuffer | getCachedContent(String name) | public long | getCachedTime(String name) | public StringBuffer | getContent(HttpServletRequest req, HttpServletResponse res, String parent, String name) | public Map | getContent(HttpServletRequest req, HttpServletResponse res, String parent, List providers, int timeout) | public Provider | getProvider(HttpServletRequest req, String parent, String channel) | public List | getSelectedChannels(String container) | public synchronized void | init(HttpServletRequest req) | public void | initProviders(HttpServletRequest req, String parent, List providers, int timeout) | public synchronized void | putCachedContent(String name, StringBuffer content) | public void | refresh() | protected synchronized void | removeAllCachedContent() | protected synchronized void | removeCachedContent(String name) | public void | removeChannel(String channelName) | public void | setAvailableChannels(String container, List avail) | public void | setSelectedChannels(String container, List sel) |
cachedContent | protected Map cachedContent(Code) | | |
providerCache | protected Map providerCache(Code) | | |
allContentChanged | public void allContentChanged()(Code) | | |
contentChanged | public void contentChanged(String channel)(Code) | | |
existsChannel | public boolean existsChannel(String channel)(Code) | | |
refresh | public void refresh()(Code) | | |
removeAllCachedContent | protected synchronized void removeAllCachedContent()(Code) | | |
removeCachedContent | protected synchronized void removeCachedContent(String name)(Code) | | |
Methods inherited from com.sun.portal.desktop.context.PSProviderContext | public void addSessionListener(SessionListener sl)(Code)(Java Doc) public void addUserListener(UserListener ul)(Code)(Java Doc) abstract public void allContentChanged()(Code)(Java Doc) abstract public void contentChanged(String channelName)(Code)(Java Doc) public void debugError(Object o)(Code)(Java Doc) public void debugError(Object o, Throwable t)(Code)(Java Doc) public void debugMessage(Object o)(Code)(Java Doc) public void debugMessage(Object o, Throwable t)(Code)(Java Doc) public void debugWarning(Object o)(Code)(Java Doc) public void debugWarning(Object o, Throwable t)(Code)(Java Doc) public String decodeURLParameter(String key)(Code)(Java Doc) public String encodeURL(String url)(Code)(Java Doc) public String encodeURLParameter(String key)(Code)(Java Doc) public String escape(String unescaped) throws ProviderContextException(Code)(Java Doc) public boolean existsBooleanProperty(String channel, String name) throws ProviderContextException(Code)(Java Doc) public boolean existsBooleanProperty(String channel, String name, List pflist) throws ProviderContextException(Code)(Java Doc) public boolean existsCollectionProperty(String channel, String name) throws ProviderContextException(Code)(Java Doc) public boolean existsCollectionProperty(String channel, String name, List pflist) throws ProviderContextException(Code)(Java Doc) public boolean existsCollectionProperty(String channel, String name, boolean localized) throws ProviderContextException(Code)(Java Doc) public boolean existsIntegerProperty(String channel, String name) throws ProviderContextException(Code)(Java Doc) public boolean existsIntegerProperty(String channel, String name, List pflist) throws ProviderContextException(Code)(Java Doc) public boolean existsStringProperty(String channel, String name) throws ProviderContextException(Code)(Java Doc) public boolean existsStringProperty(String channel, String name, List pflist) throws ProviderContextException(Code)(Java Doc) public boolean existsStringProperty(String channel, String name, boolean localized) throws ProviderContextException(Code)(Java Doc) public String getAuthenticationType()(Code)(Java Doc) public boolean getBooleanProperty(String channel, String key) throws ProviderContextException(Code)(Java Doc) public boolean getBooleanProperty(String channel, String key, List pflist) throws ProviderContextException(Code)(Java Doc) public boolean getBooleanProperty(String channel, String key, boolean def) throws ProviderContextException(Code)(Java Doc) public boolean getBooleanProperty(String channel, String key, boolean def, List pflist) throws ProviderContextException(Code)(Java Doc) public String getCharset()(Code)(Java Doc) public String getClassName(String channel) throws ProviderContextException(Code)(Java Doc) public synchronized List getClientAndLocalePropertiesFilters() throws ProviderContextException(Code)(Java Doc) public String getClientPath()(Code)(Java Doc) public synchronized List getClientPropertiesFilters() throws ProviderContextException(Code)(Java Doc) public List getClientPropertiesFilters(String clientType)(Code)(Java Doc) public String getClientProperty(String name)(Code)(Java Doc) public String getClientType()(Code)(Java Doc) public Set getClientTypeProperties(String clientType, String key)(Code)(Java Doc) public String getClientTypeProperty(String key)(Code)(Java Doc) public String getClientTypeProperty(String clientType, String key)(Code)(Java Doc) public Map getCollectionProperty(String channel, String key) throws ProviderContextException(Code)(Java Doc) public Map getCollectionProperty(String channel, String key, Map def) throws ProviderContextException(Code)(Java Doc) public Map getCollectionProperty(String channel, String key, List pflist) throws ProviderContextException(Code)(Java Doc) public Map getCollectionProperty(String channel, String key, Map def, List pflist) throws ProviderContextException(Code)(Java Doc) public Map getCollectionProperty(String channel, String key, boolean localized) throws ProviderContextException(Code)(Java Doc) public Map getCollectionProperty(String channel, String key, Map def, boolean localized) throws ProviderContextException(Code)(Java Doc) public String getConfigProperty(String key)(Code)(Java Doc) public String getContentType()(Code)(Java Doc) public String getDefaultChannelName()(Code)(Java Doc) public String getDefaultClientType()(Code)(Java Doc) protected DesktopContext getDesktopContext()(Code)(Java Doc) public String getDesktopType()(Code)(Java Doc) public String getDesktopURL(HttpServletRequest req)(Code)(Java Doc) public String getDesktopURL(HttpServletRequest req, Map query, Map pathInfo)(Code)(Java Doc) public String getDesktopURL(HttpServletRequest req, Map query, Map pathInfo, boolean escape)(Code)(Java Doc) public String getDesktopURL(HttpServletRequest req, String query, boolean escape)(Code)(Java Doc) public int getIntegerProperty(String channel, String key) throws ProviderContextException(Code)(Java Doc) public int getIntegerProperty(String channel, String key, List pflist) throws ProviderContextException(Code)(Java Doc) public int getIntegerProperty(String channel, String key, int def) throws ProviderContextException(Code)(Java Doc) public int getIntegerProperty(String channel, String key, int def, List pflist) throws ProviderContextException(Code)(Java Doc) public synchronized Locale getLocale()(Code)(Java Doc) public synchronized List getLocalePropertiesFilters() throws ProviderContextException(Code)(Java Doc) public String getLocaleString()(Code)(Java Doc) public String getLoginURL()(Code)(Java Doc) public String getLogoutURL()(Code)(Java Doc) public Iterator getNames(String channel) throws ProviderContextException(Code)(Java Doc) public String getParentContainerName(String channel)(Code)(Java Doc) protected PropertiesContext getPropertiesContext()(Code)(Java Doc) protected String getPropertiesContextClassName()(Code)(Java Doc) public Object getProperty(String channel, String key) throws ProviderContextException(Code)(Java Doc) public Object getProperty(String channel, String key, Object def) throws ProviderContextException(Code)(Java Doc) public String getProviderName(String channel) throws ProviderContextException(Code)(Java Doc) public int getProviderVersion(String channel) throws ProviderContextException(Code)(Java Doc) public StringBuffer getRequestServer(HttpServletRequest req)(Code)(Java Doc) public Set getRoles()(Code)(Java Doc) public ServletConfig getServletConfig()(Code)(Java Doc) public ServletContext getServletContext()(Code)(Java Doc) public String getSessionID()(Code)(Java Doc) public Object getSessionProperty(String name)(Code)(Java Doc) public String getStaticContentPath()(Code)(Java Doc) public String getStringAttribute(String name)(Code)(Java Doc) public String getStringAttribute(String name, Locale locale)(Code)(Java Doc) public String getStringProperty(String channel, String key) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, List pflist) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, List pflist, boolean exact) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, String def) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, String def, List pflist) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, boolean localized) throws ProviderContextException(Code)(Java Doc) public String getStringProperty(String channel, String key, String def, boolean localized) throws ProviderContextException(Code)(Java Doc) public StringBuffer getTemplate(String name, String file) throws ProviderContextException(Code)(Java Doc) public StringBuffer getTemplate(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)(Java Doc) public StringBuffer getTemplate(String name, String file, Hashtable table) throws ProviderContextException(Code)(Java Doc) public StringBuffer getTemplate(String desktopType, String locale, String name, String clientPath, String file, Hashtable table, String baseDir) throws ProviderContextException(Code)(Java Doc) public File getTemplateMostSpecificPath(String name, String file) throws ProviderContextException(Code)(Java Doc) public File getTemplateMostSpecificPath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)(Java Doc) public File getTemplatePath(String name, String file) throws ProviderContextException(Code)(Java Doc) public File getTemplatePath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)(Java Doc) public String getTopChannelName(HttpServletRequest req)(Code)(Java Doc) public String getUserID()(Code)(Java Doc) public synchronized void init(HttpServletRequest req)(Code)(Java Doc) protected List initAuthlessClientAndLocalePropertiesFilters()(Code)(Java Doc) protected List initAuthlessClientPropertiesFilters()(Code)(Java Doc) protected List initAuthlessLocalePropertiesFilters()(Code)(Java Doc) protected List initClientAndLocalePropertiesFilters(boolean clientTypeChanged, boolean localeChanged)(Code)(Java Doc) protected List initClientPropertiesFilters()(Code)(Java Doc) protected List initClientPropertiesFilters(String clientType)(Code)(Java Doc) protected List initLocalePropertiesFilters()(Code)(Java Doc) protected static List initLocalePropertiesFilters(String stringformat)(Code)(Java Doc) protected void initPropertiesContext()(Code)(Java Doc) public boolean isAuthless(HttpServletRequest req)(Code)(Java Doc) public boolean isDebugEnabled()(Code)(Java Doc) public boolean isDebugErrorEnabled()(Code)(Java Doc) public boolean isDebugMessageEnabled()(Code)(Java Doc) public boolean isDebugWarningEnabled()(Code)(Java Doc) public void refresh()(Code)(Java Doc) public void setBooleanProperty(String channel, String key, boolean val) throws ProviderContextException(Code)(Java Doc) public void setBooleanProperty(String channel, String key, boolean val, List pflist) throws ProviderContextException(Code)(Java Doc) public void setClientProperty(String name, String value)(Code)(Java Doc) public void setCollectionProperty(String channel, String key, Map val) throws ProviderContextException(Code)(Java Doc) public void setCollectionProperty(String channel, String key, Map val, List pflist) throws ProviderContextException(Code)(Java Doc) public void setCollectionProperty(String channel, String key, List val) throws ProviderContextException(Code)(Java Doc) public void setCollectionProperty(String channel, String key, List val, List pflist) throws ProviderContextException(Code)(Java Doc) public void setIntegerProperty(String channel, String key, int val) throws ProviderContextException(Code)(Java Doc) public void setIntegerProperty(String channel, String key, int val, List pflist) throws ProviderContextException(Code)(Java Doc) public void setProperty(String channel, String key, Object val) throws ProviderContextException(Code)(Java Doc) public void setSessionProperty(String name, Object val)(Code)(Java Doc) public void setStringAttribute(String name, String val)(Code)(Java Doc) public void setStringProperty(String channel, String key, String val) throws ProviderContextException(Code)(Java Doc) public void setStringProperty(String channel, String key, String val, List pflist) throws ProviderContextException(Code)(Java Doc) public void userLogout(UserEvent ue)(Code)(Java Doc)
|
|
|