Java Doc for DesktopAppContext.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) 


com.sun.portal.desktop.context.DesktopAppContext

All known Subclasses:   com.sun.portal.harness.HarnessDesktopAppContext,  com.sun.portal.desktop.context.PSDesktopAppContext,
DesktopAppContext
public interface DesktopAppContext (Code)




Method Summary
public  shortgetAuthlessState(String clientType)
    
public  MapgetAuthorizedAuthlessUIDs()
    
public  intgetBrowserCacheInterval()
    
public  intgetCallerPoolMaxSize()
    
public  intgetCallerPoolMinSize()
    
public  intgetCallerPoolPartitionSize()
    
public  StringgetCharset(String clientType, Locale locale)
    
public  intgetClassLoaderRevalidateInterval()
    
public  StringgetClientPath(String clientType)
    
public  longgetClientSessionInactiveMax()
    
public  longgetClientSessionReapInterval()
    
public  longgetClientSessionsMax()
    
public  StringgetClientType(HttpServletRequest req)
    
public  SetgetClientTypeProperties(String clientType, String key)
    
public  StringgetClientTypeProperty(String clientType, String key)
    
public  ListgetCommunityContributorTypes()
    
public  StringgetConfigProperty(String key)
    
public  StringgetContentType(String clientType)
    
public  StringgetCookiePrefix()
    
public  shortgetCookieSupport(String clientType)
    
public  intgetDPScanInterval()
    
public  StringgetDefaultAuthlessUID()
    
public  StringgetDefaultClientType()
    
public  StringgetDefaultDesktopType()
    
public  StringgetDesktopContextClassName()
    
public  StringgetDesktopURL(HttpServletRequest req)
    
public  StringgetDesktopURL(HttpServletRequest req, Map query, Map pathInfo)
    
public  StringgetDesktopURL(HttpServletRequest req, String query)
    
public  StringgetEncoderClassName(String clientType)
    
public  intgetGetterPoolMaxSize()
    
public  intgetGetterPoolMinSize()
    
public  intgetGetterPoolPartitionSize()
    
public  StringgetInstanceId()
    
public  StringgetJSPCompilerWARClassPath()
    
public  StringgetJSPScratchDir()
    
public  StringgetLBCookieName()
    
public  StringgetLogoutURL()
    
public  intgetMaxEventGenerations()
    
public  StringgetNoSessionURL()
    
public  StringgetPortalId()
    
public  StringgetPortletRenderModeParallel()
    
public  StringgetPreLoginURL(String returnURL, String libertySSOFailedParamName)
    
public  StringgetProviderClassBaseDir()
    
public  StringBuffergetRequestServer(HttpServletRequest req)
    
public  StringgetServiceContextClassName()
    
public  StringgetSessionID(HttpServletRequest req)
    
public  StringgetSessionReturnURLParamName()
    
public  StringgetStaticContentPath()
    
public  StringgetStringAttribute(String name)
     Gets the server-specific (global) attribute.
Parameters:
  name - The attribute name.
public  ParsedTagArraygetTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)
    
public  StringBuffergetTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, Hashtable table, String baseDir)
    
public  StringBuffergetTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, Hashtable table, String baseDir, ContainerProviderContext pc)
    
public  StringgetTemplateBaseDir()
    
public  FilegetTemplateMostSpecificPath(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)
    
public  FilegetTemplatePath(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)
    
public  intgetTemplateScanInterval()
    
public  voidinit(ServletContext sc)
    
public  booleanisAuthless(HttpServletRequest req)
    
public  booleanisAuthlessEnabled()
    
public  booleanisAuthorizedAuthlessUID(String uid)
    
public  booleanisFederationEnabled()
    
public  booleanisWSRP(HttpServletRequest req)
    
public  voidsetStringAttribute(String name, String val)
     Sets the server-specific (global) attribute value. New data is persisted immediately.
public  booleanvalidateAuthlessSession(HttpServletRequest req)
    
public  booleanvalidateSession(HttpServletRequest req)
    



Method Detail
getAuthlessState
public short getAuthlessState(String clientType)(Code)



getAuthorizedAuthlessUIDs
public Map getAuthorizedAuthlessUIDs()(Code)



getBrowserCacheInterval
public int getBrowserCacheInterval()(Code)



getCallerPoolMaxSize
public int getCallerPoolMaxSize()(Code)



getCallerPoolMinSize
public int getCallerPoolMinSize()(Code)



getCallerPoolPartitionSize
public int getCallerPoolPartitionSize()(Code)



getCharset
public String getCharset(String clientType, Locale locale)(Code)



getClassLoaderRevalidateInterval
public int getClassLoaderRevalidateInterval()(Code)



getClientPath
public String getClientPath(String clientType)(Code)



getClientSessionInactiveMax
public long getClientSessionInactiveMax()(Code)



getClientSessionReapInterval
public long getClientSessionReapInterval()(Code)



getClientSessionsMax
public long getClientSessionsMax()(Code)



getClientType
public String getClientType(HttpServletRequest req)(Code)



getClientTypeProperties
public Set getClientTypeProperties(String clientType, String key)(Code)



getClientTypeProperty
public String getClientTypeProperty(String clientType, String key)(Code)



getCommunityContributorTypes
public List getCommunityContributorTypes()(Code)



getConfigProperty
public String getConfigProperty(String key)(Code)



getContentType
public String getContentType(String clientType)(Code)



getCookiePrefix
public String getCookiePrefix()(Code)



getCookieSupport
public short getCookieSupport(String clientType)(Code)



getDPScanInterval
public int getDPScanInterval()(Code)



getDefaultAuthlessUID
public String getDefaultAuthlessUID()(Code)



getDefaultClientType
public String getDefaultClientType()(Code)



getDefaultDesktopType
public String getDefaultDesktopType()(Code)



getDesktopContextClassName
public String getDesktopContextClassName()(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req)(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req, Map query, Map pathInfo)(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req, String query)(Code)



getEncoderClassName
public String getEncoderClassName(String clientType)(Code)



getGetterPoolMaxSize
public int getGetterPoolMaxSize()(Code)



getGetterPoolMinSize
public int getGetterPoolMinSize()(Code)



getGetterPoolPartitionSize
public int getGetterPoolPartitionSize()(Code)



getInstanceId
public String getInstanceId()(Code)



getJSPCompilerWARClassPath
public String getJSPCompilerWARClassPath()(Code)



getJSPScratchDir
public String getJSPScratchDir()(Code)



getLBCookieName
public String getLBCookieName()(Code)



getLogoutURL
public String getLogoutURL()(Code)



getMaxEventGenerations
public int getMaxEventGenerations()(Code)



getNoSessionURL
public String getNoSessionURL()(Code)



getPortalId
public String getPortalId()(Code)



getPortletRenderModeParallel
public String getPortletRenderModeParallel()(Code)



getPreLoginURL
public String getPreLoginURL(String returnURL, String libertySSOFailedParamName)(Code)



getProviderClassBaseDir
public String getProviderClassBaseDir()(Code)



getRequestServer
public StringBuffer getRequestServer(HttpServletRequest req)(Code)



getServiceContextClassName
public String getServiceContextClassName()(Code)



getSessionID
public String getSessionID(HttpServletRequest req)(Code)



getSessionReturnURLParamName
public String getSessionReturnURLParamName()(Code)



getStaticContentPath
public String getStaticContentPath()(Code)



getStringAttribute
public String getStringAttribute(String name)(Code)
Gets the server-specific (global) attribute.
Parameters:
  name - The attribute name. The attribute value in String format. If property isnot not found, return null.



getTemplate
public ParsedTagArray getTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)(Code)



getTemplate
public StringBuffer getTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, Hashtable table, String baseDir)(Code)



getTemplate
public StringBuffer getTemplate(String type, String locale, String app, String provider, String clientFilePath, String file, Hashtable table, String baseDir, ContainerProviderContext pc)(Code)



getTemplateBaseDir
public String getTemplateBaseDir()(Code)



getTemplateMostSpecificPath
public File getTemplateMostSpecificPath(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)(Code)



getTemplatePath
public File getTemplatePath(String type, String locale, String app, String provider, String clientFilePath, String file, String baseDir)(Code)



getTemplateScanInterval
public int getTemplateScanInterval()(Code)



init
public void init(ServletContext sc)(Code)



isAuthless
public boolean isAuthless(HttpServletRequest req)(Code)



isAuthlessEnabled
public boolean isAuthlessEnabled()(Code)



isAuthorizedAuthlessUID
public boolean isAuthorizedAuthlessUID(String uid)(Code)



isFederationEnabled
public boolean isFederationEnabled()(Code)



isWSRP
public boolean isWSRP(HttpServletRequest req)(Code)



setStringAttribute
public void setStringAttribute(String name, String val)(Code)
Sets the server-specific (global) attribute value. New data is persisted immediately.
Parameters:
  name - The attribute name.
Parameters:
  name - The attribute value.



validateAuthlessSession
public boolean validateAuthlessSession(HttpServletRequest req)(Code)



validateSession
public boolean validateSession(HttpServletRequest req)(Code)



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