Java Doc for PSContainerProviderContext.java in  » Portal » Open-Portal » com » sun » portal » desktop » context » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.desktop.context 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.desktop.context.PSProviderContext
      com.sun.portal.desktop.context.PSContainerProviderContext

PSContainerProviderContext
public class PSContainerProviderContext extends PSProviderContext implements ContainerProviderContext(Code)


Field Summary
protected  MapcachedContent
    
protected  MapcachedTime
    
protected static  ProviderCallerPoolcallerPool
    
protected static  ProviderGetterPoolgetterPool
    
protected  MapproviderCache
    


Method Summary
public  voidallContentChanged()
    
public  voidcontentChanged(String channel)
    
public  voidcopyChannel(String srcName, String dstName)
    
public  voidcreateChannel(String channelName, String providerName)
    
public  voidcreateContainer(String channelName, String providerName)
    
public  booleanexistsChannel(String channel)
    
public  ListgetAvailableChannels(String container)
    
public  StringBuffergetCachedContent(String name)
    
public  longgetCachedTime(String name)
    
public  StringBuffergetContent(HttpServletRequest req, HttpServletResponse res, String parent, String name)
    
public  MapgetContent(HttpServletRequest req, HttpServletResponse res, String parent, List providers, int timeout)
    
public  ProvidergetProvider(HttpServletRequest req, String parent, String channel)
    
public  ListgetSelectedChannels(String container)
    
public synchronized  voidinit(HttpServletRequest req)
    
public  voidinitProviders(HttpServletRequest req, String parent, List providers, int timeout)
    
public synchronized  voidputCachedContent(String name, StringBuffer content)
    
public  voidrefresh()
    
protected synchronized  voidremoveAllCachedContent()
    
protected synchronized  voidremoveCachedContent(String name)
    
public  voidremoveChannel(String channelName)
    
public  voidsetAvailableChannels(String container, List avail)
    
public  voidsetSelectedChannels(String container, List sel)
    

Field Detail
cachedContent
protected Map cachedContent(Code)



cachedTime
protected Map cachedTime(Code)



callerPool
protected static ProviderCallerPool callerPool(Code)



getterPool
protected static ProviderGetterPool getterPool(Code)



providerCache
protected Map providerCache(Code)





Method Detail
allContentChanged
public void allContentChanged()(Code)



contentChanged
public void contentChanged(String channel)(Code)



copyChannel
public void copyChannel(String srcName, String dstName) throws ProviderContextException(Code)



createChannel
public void createChannel(String channelName, String providerName) throws ProviderContextException(Code)



createContainer
public void createContainer(String channelName, String providerName) throws ProviderContextException(Code)



existsChannel
public boolean existsChannel(String channel)(Code)



getAvailableChannels
public List getAvailableChannels(String container) throws ProviderContextException(Code)



getCachedContent
public StringBuffer getCachedContent(String name)(Code)



getCachedTime
public long getCachedTime(String name)(Code)



getContent
public StringBuffer getContent(HttpServletRequest req, HttpServletResponse res, String parent, String name) throws ProviderException(Code)



getContent
public Map getContent(HttpServletRequest req, HttpServletResponse res, String parent, List providers, int timeout) throws ProviderException(Code)



getProvider
public Provider getProvider(HttpServletRequest req, String parent, String channel)(Code)



getSelectedChannels
public List getSelectedChannels(String container) throws ProviderContextException(Code)



init
public synchronized void init(HttpServletRequest req)(Code)



initProviders
public void initProviders(HttpServletRequest req, String parent, List providers, int timeout)(Code)



putCachedContent
public synchronized void putCachedContent(String name, StringBuffer content)(Code)



refresh
public void refresh()(Code)



removeAllCachedContent
protected synchronized void removeAllCachedContent()(Code)



removeCachedContent
protected synchronized void removeCachedContent(String name)(Code)



removeChannel
public void removeChannel(String channelName) throws ProviderContextException(Code)



setAvailableChannels
public void setAvailableChannels(String container, List avail) throws ProviderContextException(Code)



setSelectedChannels
public void setSelectedChannels(String container, List sel) throws ProviderContextException(Code)



Fields inherited from com.sun.portal.desktop.context.PSProviderContext
final public static String CLIENT_AND_LOCALE_PROPERTIES_FILTERS(Code)(Java Doc)
final public static String CLIENT_PROPERTIES_FILTERS(Code)(Java Doc)
final public static String LOCALE_PROPERTIES_FILTERS(Code)(Java Doc)
protected List clientAndLocalePropertiesFilters(Code)(Java Doc)
protected List clientPropertiesFilters(Code)(Java Doc)
protected String clientType(Code)(Java Doc)
protected Set clientTypeParents(Code)(Java Doc)
protected DesktopContext desktopContext(Code)(Java Doc)
protected List localePropertiesFilters(Code)(Java Doc)
protected String localeString(Code)(Java Doc)
protected PropertiesContext propertiesContext(Code)(Java Doc)
protected static Map propertiesContexts(Code)(Java Doc)

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)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.