Java Doc for JSFGlobals.java in  » UML » AndroMDA-3.2 » org » andromda » cartridges » jsf » 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 » UML » AndroMDA 3.2 » org.andromda.cartridges.jsf 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.andromda.cartridges.jsf.JSFGlobals

JSFGlobals
public class JSFGlobals (Code)
Stores globals for the JSF cartridge metafacades.
author:
   Chad Brandon


Field Summary
final public static  StringACTION_FORM_KEY
     The default key under which the action form is stored.
final public static  StringACTION_TYPE_FORM
     Represents a form action type.
final public static  StringACTION_TYPE_HYPERLINK
     Represents a hyperlink action type.
final public static  StringACTION_TYPE_IMAGE
     Represents an image action type.
final public static  StringACTION_TYPE_TABLE
     Represents a table action type.
final public static  StringBACKING_LIST_PATTERN
     The pattern used for constructing a parameter's backing list name.
final public static  StringBACKING_VALUE_PATTERN
     The pattern used for constructing a parameter's backing value name.
final public static  StringCONTROLLER_IMPLEMENTATION_PATTERN
     Stores the pattern used for constructing the controller implementation name.
final public static  StringCONVERTER_PATTERN
     The pattern used for constructing the name of JSF converter classes (i.e.
final public static  StringDEFAULT_ACTION_REDIRECT
     Contains the default value for whether or not all forwards should perform a HTTP redirect or not.
final public static  StringDOCUMENTATION_MESSAGE_KEY_SUFFIX
     The suffix given to the documentation message keys.
final public static  intDUMMY_ARRAY_COUNT
     The item count for dummy arrays.
final public static  StringFORM_BEAN_PATTERN
     The pattern for constructing the bean name under which the form is stored.
final public static  StringFORM_IMPLEMENTATION_PATTERN
     The pattern for constructing the form implementation name.
final public static  StringFORM_PATTERN
     The pattern for constructing the form name.
final public static  StringFORM_SCOPE
     Stores the default form scope which can be overriden with a tagged value.
final public static  StringINPUT_CHECKBOX
     The "checkbox" form input type.
final public static  StringINPUT_HIDDEN
     The "hidden" form input type.
final public static  StringINPUT_MULTIBOX
     The "multibox" form input type.
final public static  StringINPUT_PASSWORD
     The "password" form input type.
final public static  StringINPUT_RADIO
     The "radio" form input type.
final public static  StringINPUT_SELECT
     The "select" form input type.
final public static  StringINPUT_TABLE
     The "table" form input type.
final public static  StringINPUT_TEXT
     The "text" form input type.
final public static  StringINPUT_TEXTAREA
     The "textarea" form input type.
final public static  StringLABEL_LIST_PATTERN
     The pattern used for constructing the label list name (stores the list of possible parameter value labels).
final public static  StringNORMALIZE_MESSAGES
     Denotes the way application resource messages ought to be generated. When messages are normalized it means that elements with the same name will reuse the same label, even if they are located in entirely different use-cases or pages.

This results in resource bundles that are not only smaller in size but also more straightforward to translate.

final public static  StringPLAIN_TEXT
     The "plain text" type.
final public static  StringPROPERTY_DEFAULT_DATEFORMAT
     Stores the default date format when dates are formatted.
final public static  StringPROPERTY_DEFAULT_TIMEFORMAT
     Stores the default time format when times are formatted.
final public static  StringSERVICE_ACCESSOR_PATTERN
     The namespace property used to identify the pattern used to construct the backend service's accessor.
final public static  StringSERVICE_PACKAGE_NAME_PATTERN
     The namespace property used to identify the pattern used to construct the backend service's package name.
final public static  StringTITLE_MESSAGE_KEY_SUFFIX
     The suffix given to title message keys.
final public static  StringUSECASE_FORWARD_NAME_SUFFIX
     The suffix to append to the forward name.
final public static  StringVALUE_LIST_PATTERN
     The pattern used for constructing the values list name (stores the list of possible parameter values when selecting from a list).
final public static  StringVIEW_POPULATOR_PATTERN
     The pattern used for constructing the name of the filter that performs view form population.
final public static  StringVIEW_TYPE_POPUP
     Represents a popup action type.



Field Detail
ACTION_FORM_KEY
final public static String ACTION_FORM_KEY(Code)
The default key under which the action form is stored.



ACTION_TYPE_FORM
final public static String ACTION_TYPE_FORM(Code)
Represents a form action type.



ACTION_TYPE_HYPERLINK
final public static String ACTION_TYPE_HYPERLINK(Code)
Represents a hyperlink action type.



ACTION_TYPE_IMAGE
final public static String ACTION_TYPE_IMAGE(Code)
Represents an image action type.



ACTION_TYPE_TABLE
final public static String ACTION_TYPE_TABLE(Code)
Represents a table action type.



BACKING_LIST_PATTERN
final public static String BACKING_LIST_PATTERN(Code)
The pattern used for constructing a parameter's backing list name. A backing list is used when you want to select the value of the parameter from a list (typically used for drop-down select input types).



BACKING_VALUE_PATTERN
final public static String BACKING_VALUE_PATTERN(Code)
The pattern used for constructing a parameter's backing value name. A backing value is used when you want to select and submit values from a regular table (works well when you have a list of complex items with values you need to submit).



CONTROLLER_IMPLEMENTATION_PATTERN
final public static String CONTROLLER_IMPLEMENTATION_PATTERN(Code)
Stores the pattern used for constructing the controller implementation name.



CONVERTER_PATTERN
final public static String CONVERTER_PATTERN(Code)
The pattern used for constructing the name of JSF converter classes (i.e. the enumeration converter).



DEFAULT_ACTION_REDIRECT
final public static String DEFAULT_ACTION_REDIRECT(Code)
Contains the default value for whether or not all forwards should perform a HTTP redirect or not.



DOCUMENTATION_MESSAGE_KEY_SUFFIX
final public static String DOCUMENTATION_MESSAGE_KEY_SUFFIX(Code)
The suffix given to the documentation message keys.



DUMMY_ARRAY_COUNT
final public static int DUMMY_ARRAY_COUNT(Code)
The item count for dummy arrays.



FORM_BEAN_PATTERN
final public static String FORM_BEAN_PATTERN(Code)
The pattern for constructing the bean name under which the form is stored.



FORM_IMPLEMENTATION_PATTERN
final public static String FORM_IMPLEMENTATION_PATTERN(Code)
The pattern for constructing the form implementation name.



FORM_PATTERN
final public static String FORM_PATTERN(Code)
The pattern for constructing the form name.



FORM_SCOPE
final public static String FORM_SCOPE(Code)
Stores the default form scope which can be overriden with a tagged value.



INPUT_CHECKBOX
final public static String INPUT_CHECKBOX(Code)
The "checkbox" form input type.



INPUT_HIDDEN
final public static String INPUT_HIDDEN(Code)
The "hidden" form input type.



INPUT_MULTIBOX
final public static String INPUT_MULTIBOX(Code)
The "multibox" form input type.



INPUT_PASSWORD
final public static String INPUT_PASSWORD(Code)
The "password" form input type.



INPUT_RADIO
final public static String INPUT_RADIO(Code)
The "radio" form input type.



INPUT_SELECT
final public static String INPUT_SELECT(Code)
The "select" form input type.



INPUT_TABLE
final public static String INPUT_TABLE(Code)
The "table" form input type.



INPUT_TEXT
final public static String INPUT_TEXT(Code)
The "text" form input type.



INPUT_TEXTAREA
final public static String INPUT_TEXTAREA(Code)
The "textarea" form input type.



LABEL_LIST_PATTERN
final public static String LABEL_LIST_PATTERN(Code)
The pattern used for constructing the label list name (stores the list of possible parameter value labels).



NORMALIZE_MESSAGES
final public static String NORMALIZE_MESSAGES(Code)
Denotes the way application resource messages ought to be generated. When messages are normalized it means that elements with the same name will reuse the same label, even if they are located in entirely different use-cases or pages.

This results in resource bundles that are not only smaller in size but also more straightforward to translate. The downside is that it will be less evident to customize labels for certain fields (which is rarely the case anyway).




PLAIN_TEXT
final public static String PLAIN_TEXT(Code)
The "plain text" type.



PROPERTY_DEFAULT_DATEFORMAT
final public static String PROPERTY_DEFAULT_DATEFORMAT(Code)
Stores the default date format when dates are formatted.



PROPERTY_DEFAULT_TIMEFORMAT
final public static String PROPERTY_DEFAULT_TIMEFORMAT(Code)
Stores the default time format when times are formatted.



SERVICE_ACCESSOR_PATTERN
final public static String SERVICE_ACCESSOR_PATTERN(Code)
The namespace property used to identify the pattern used to construct the backend service's accessor.



SERVICE_PACKAGE_NAME_PATTERN
final public static String SERVICE_PACKAGE_NAME_PATTERN(Code)
The namespace property used to identify the pattern used to construct the backend service's package name.



TITLE_MESSAGE_KEY_SUFFIX
final public static String TITLE_MESSAGE_KEY_SUFFIX(Code)
The suffix given to title message keys.



USECASE_FORWARD_NAME_SUFFIX
final public static String USECASE_FORWARD_NAME_SUFFIX(Code)
The suffix to append to the forward name.



VALUE_LIST_PATTERN
final public static String VALUE_LIST_PATTERN(Code)
The pattern used for constructing the values list name (stores the list of possible parameter values when selecting from a list).



VIEW_POPULATOR_PATTERN
final public static String VIEW_POPULATOR_PATTERN(Code)
The pattern used for constructing the name of the filter that performs view form population.



VIEW_TYPE_POPUP
final public static String VIEW_TYPE_POPUP(Code)
Represents a popup action type.





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.