Java Doc for WSRPConstants.java in  » Portal » jboss-portal-2.6.4 » org » jboss » portal » wsrp » 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 » jboss portal 2.6.4 » org.jboss.portal.wsrp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jboss.portal.wsrp.WSRPConstants

WSRPConstants
final public class WSRPConstants (Code)

author:
   Chris Laprun
version:
   $Revision: 8784 $
since:
   2.4


Field Summary
final public static  StringCACHE_FOR_ALL
     The markup is not specific to the UserContext and therefore may be supplied to all users of the Consumer.
final public static  StringCACHE_PER_USER
     The markup is specific to the userContext for which it was generated.
final public static  StringCERTIFICATE_USER_AUTHENTICATION
     The End-User presented a security certificate to validate their identity.
final public static  StringCONSUMER_AGENT
    
final public static  StringDEFAULT_CHARACTER_SET
     Default character set used to generate markup.
final public static  StringDEFAULT_CONSUMER_NAME
    
final public static  String[]DEFAULT_LOCALES
     Default locales.
final public static  String[]DEFAULT_MIME_TYPES
     Default MIME types.
final public static  StringEDIT_MODE
    

Within the wsrp:edit mode, a Portlet should provide content and logic that let a user customize the behavior of the Portlet , though such customizations are not limited to screens generated while in this mode. The wsrp:edit mode can include one or more screens which users can navigate to enter their customization data.

Typically, Portlets in wsrp:edit mode will set or update Portlet enduring state.

final public static  StringHELP_MODE
    

When in wsrp:help mode, a Portlet may provide help screens that explains the Portlet and its expected usage.

final public static  StringMAXIMIZED_WINDOW_STATE
     The wsrp:maximized window state is an indication the Portlet is likely the only Portlet being rendered in the aggregated page, or that the Portlet has more space compared to other Portlets in the aggregated page.
final public static  StringMINIMIZED_WINDOW_STATE
     When the window state is wsrp:minimized, the Portlet SHOULD NOT render visible markup, but is free to include non-visible data such as JavaScript or hidden forms.
final public static  StringNONE_USER_AUTHENTICATION
     No authentication was done, user information is asserted for informational purposes only.
final public static  StringNORMAL_WINDOW_STATE
    

The wsrp:normal window state indicates the Portlet is likely sharing the aggregated page with other Portlets.

final public static  StringPASSWORD_USER_AUTHENTICATION
     The End-User identified themselves using the common userid/password scenario.
final public static  StringPREVIEW_MODE
     In wsrp:preview mode, a Portlet should provide a rendering of its standard wsrp:view mode content, as a visual sample of how this Portlet will appear on the End-User's page with the current configuration.
final public static  intSESSION_NEVER_EXPIRES
     The value of SessionContext.expires if the session will never expire.
final public static  StringSOLO_WINDOW_STATE
     The wsrp:solo window state is an indication the Portlet is the only Portlet being rendered in the aggregated page.
final public static  StringVIEW_MODE
    

The expected functionality for a Portlet in wsrp:view mode is to render markup reflecting the current state of the Portlet.

final public static  StringWEB_APP_REGISTRY_OBJECT_NAME
    
final public static  StringWSRP_PRODUCER_OBJECT_NAME
    
final public static  QNameXSD_STRING
    



Field Detail
CACHE_FOR_ALL
final public static String CACHE_FOR_ALL(Code)
The markup is not specific to the UserContext and therefore may be supplied to all users of the Consumer.



CACHE_PER_USER
final public static String CACHE_PER_USER(Code)
The markup is specific to the userContext for which it was generated. Changes to the data of the UserContext MUST invalidate the cached markup.



CERTIFICATE_USER_AUTHENTICATION
final public static String CERTIFICATE_USER_AUTHENTICATION(Code)
The End-User presented a security certificate to validate their identity.



CONSUMER_AGENT
final public static String CONSUMER_AGENT(Code)
The String identifying the portal consumer agent



DEFAULT_CHARACTER_SET
final public static String DEFAULT_CHARACTER_SET(Code)
Default character set used to generate markup.



DEFAULT_CONSUMER_NAME
final public static String DEFAULT_CONSUMER_NAME(Code)
Default consumer name if none has been provided in the WSRP descriptor (*-wsrp.xml)



DEFAULT_LOCALES
final public static String[] DEFAULT_LOCALES(Code)
Default locales.



DEFAULT_MIME_TYPES
final public static String[] DEFAULT_MIME_TYPES(Code)
Default MIME types.



EDIT_MODE
final public static String EDIT_MODE(Code)

Within the wsrp:edit mode, a Portlet should provide content and logic that let a user customize the behavior of the Portlet , though such customizations are not limited to screens generated while in this mode. The wsrp:edit mode can include one or more screens which users can navigate to enter their customization data.

Typically, Portlets in wsrp:edit mode will set or update Portlet enduring state. How such changes impact Consumer management of Portlet usage by End-Users is discussed in [Section 6.4.3].




HELP_MODE
final public static String HELP_MODE(Code)

When in wsrp:help mode, a Portlet may provide help screens that explains the Portlet and its expected usage. Some Portlets will provide context-sensitive help based on the markup the End-User was viewing when entering this mode.




MAXIMIZED_WINDOW_STATE
final public static String MAXIMIZED_WINDOW_STATE(Code)
The wsrp:maximized window state is an indication the Portlet is likely the only Portlet being rendered in the aggregated page, or that the Portlet has more space compared to other Portlets in the aggregated page. A Portlet SHOULD generate richer content when its window state is wsrp:maximized.



MINIMIZED_WINDOW_STATE
final public static String MINIMIZED_WINDOW_STATE(Code)
When the window state is wsrp:minimized, the Portlet SHOULD NOT render visible markup, but is free to include non-visible data such as JavaScript or hidden forms. The getMarkup operation can be invoked for the wsrp:minimized state just as for all other window states.



NONE_USER_AUTHENTICATION
final public static String NONE_USER_AUTHENTICATION(Code)
No authentication was done, user information is asserted for informational purposes only.



NORMAL_WINDOW_STATE
final public static String NORMAL_WINDOW_STATE(Code)

The wsrp:normal window state indicates the Portlet is likely sharing the aggregated page with other Portlets. The wsrp:normal window state MAY also indicate that the target device has limited display capabilities. Therefore, a Portlet SHOULD restrict the size of its rendered output in this window state.

Conformant Portlets MUST support the wsrp:normal window state.




PASSWORD_USER_AUTHENTICATION
final public static String PASSWORD_USER_AUTHENTICATION(Code)
The End-User identified themselves using the common userid/password scenario.



PREVIEW_MODE
final public static String PREVIEW_MODE(Code)
In wsrp:preview mode, a Portlet should provide a rendering of its standard wsrp:view mode content, as a visual sample of how this Portlet will appear on the End-User's page with the current configuration. This could be useful for a Consumer that offers an advanced layout capability.



SESSION_NEVER_EXPIRES
final public static int SESSION_NEVER_EXPIRES(Code)
The value of SessionContext.expires if the session will never expire.



SOLO_WINDOW_STATE
final public static String SOLO_WINDOW_STATE(Code)
The wsrp:solo window state is an indication the Portlet is the only Portlet being rendered in the aggregated page. A Portlet SHOULD generate richer content when its window state is wsrp:solo.



VIEW_MODE
final public static String VIEW_MODE(Code)

The expected functionality for a Portlet in wsrp:view mode is to render markup reflecting the current state of the Portlet. The wsrp:view mode of a Portlet will include one or more screens that the End-User can navigate and interact with or it may consist of static content devoid of user interactions.

The behavior and the generated content of a Portlet in the wsrp:view mode may depend on configuration, personalization and all forms of state.

Conformant Portlets MUST support the wsrp:view mode.




WEB_APP_REGISTRY_OBJECT_NAME
final public static String WEB_APP_REGISTRY_OBJECT_NAME(Code)
JMX object name for the Portal web app registry



WSRP_PRODUCER_OBJECT_NAME
final public static String WSRP_PRODUCER_OBJECT_NAME(Code)
JMX object name for the WSRP Producer



XSD_STRING
final public static QName XSD_STRING(Code)
A QName representing the string type defined as part of XML Schemas Part 2





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.