Java Doc for PageFlowConstants.java in  » Library » Apache-beehive-1.0.2-src » org » apache » beehive » netui » pageflow » 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 » Library » Apache beehive 1.0.2 src » org.apache.beehive.netui.pageflow 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.beehive.netui.pageflow.PageFlowConstants

All known Subclasses:   org.apache.beehive.netui.pageflow.internal.LegacySettings,  org.apache.beehive.netui.pageflow.FlowController,  org.apache.beehive.netui.pageflow.internal.InternalUtils,  org.apache.beehive.netui.pageflow.SharedFlowController,  org.apache.beehive.netui.pageflow.PageFlowUtils,  org.apache.beehive.netui.pageflow.PageFlowRequestProcessor,
PageFlowConstants
public interface PageFlowConstants (Code)
Constants related to Page Flow.


Field Summary
final public static  StringACTION_EXTENSION
     The extension for Struts action URIs used with page flows.
final public static  StringACTION_OVERRIDE
     The prefix for a button or imageButton that has an action.
final public static  StringAUTO_VIEW_RENDER_FORWARD_NAME
     The name of an automatically-generated Forward that can be used from any Page Flow action, in situations where a framework servlet can handle the response itself.
final public static  StringBEGIN_ACTION_NAME
     The name of the special action in a user-defined PageFlowController (.jpf) that is processed when the URI for the .jpf is accessed.
final public static  intDEFAULT_FORWARD_OVERFLOW_COUNT
     Default value for the maximum number of consecutive server forwards before error.
final public static  intDEFAULT_NESTING_OVERFLOW_COUNT
     Default value for the maximum depth of the Page Flow nesting stack.
public static  StringDEFAULT_VIEW_RENDERING_EXTENSION
     The default value of the extension used in the servlet path of the URI for a Forward to the framework servlet rendering the response.
final public static  StringFORWARD_OVERFLOW_COUNT_PARAM
     Servlet context-param that configures the maximum number of consecutive server forwards before error.
final public static  StringGLOBALAPP_CLASSNAME
     The name of the GlobalApp class defined by the user for a web application.
final public static  StringGLOBALAPP_SOURCEFILE_NAME
     The name of the source file for the GlobalApp class defined by the user for a web application.
final public static  StringJPF_EXTENSION
     The extension used for hitting a PageFlowController through its URI.
final public static  StringJPF_MODULE_CONFIG_EXTENSION
     The file extensioni for Struts configuration files generated by the Page Flow compiler.
final public static  StringJPF_MODULE_CONFIG_GEN_DIR
     The default webapp-relative directory for Struts module configuration files generated by the Page Flow compiler.
final public static  StringJPF_MODULE_CONFIG_PREFIX
     The filename prefix for Struts module configuration files generated from page flow source files.
final public static  StringNESTING_OVERFLOW_COUNT_PARAM
     Servlet context-param that configures the maximum depth of the Page Flow nesting stack.
final public static  StringPAGEFLOW_EXTENSION
     The extension used for hitting a PageFlowController through its URI.
final public static  StringPAGEFLOW_MODULE_CONFIG_EXTENSION
     The file extensioni for Struts configuration files generated by the Page Flow compiler.
final public static  StringPAGEFLOW_MODULE_CONFIG_GEN_DIR
     The default classloader-relative directory for Struts module configuration files generated by the Page Flow compiler.
final public static  StringPAGEFLOW_MODULE_CONFIG_PREFIX
     The filename prefix for Struts module configuration files generated from page flow source files.
final public static  StringSECURE_FORWARDS_PARAM
     Servlet context-param that configures whether to apply security constraints on server forwards to page flow actions.
public static  StringVIEW_RENDERER_ATTRIBUTE_NAME
     The request attribute name for the view renderer object used by a framework servlet to render the response.
public static  StringVIEW_RENDERER_URI_COMMAND
     A string used in the path of the URI that identifies the command for the framework servlet to render a ViewRenderer (an attribute on the request) in the response.
public static  StringVIEW_RENDERING_EXTENSION_PARAM
     The <param-name> of a web-app <context-param> used to configure the extension used in the servlet path of the URI for a Forward to the framework servlet rendering the response. (See PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The value for the extension should match the extension in the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet handling the rendering.



Field Detail
ACTION_EXTENSION
final public static String ACTION_EXTENSION(Code)
The extension for Struts action URIs used with page flows.



ACTION_OVERRIDE
final public static String ACTION_OVERRIDE(Code)
The prefix for a button or imageButton that has an action.



AUTO_VIEW_RENDER_FORWARD_NAME
final public static String AUTO_VIEW_RENDER_FORWARD_NAME(Code)
The name of an automatically-generated Forward that can be used from any Page Flow action, in situations where a framework servlet can handle the response itself. Currently, this happens when a nested page flow returns after being shown in a popup window. In the calling page flow, the handler for the return action would return something like new Forward("_auto"), and the framework would write out the correct javascript to close the popup window.



BEGIN_ACTION_NAME
final public static String BEGIN_ACTION_NAME(Code)
The name of the special action in a user-defined PageFlowController (.jpf) that is processed when the URI for the .jpf is accessed.



DEFAULT_FORWARD_OVERFLOW_COUNT
final public static int DEFAULT_FORWARD_OVERFLOW_COUNT(Code)
Default value for the maximum number of consecutive server forwards before error.



DEFAULT_NESTING_OVERFLOW_COUNT
final public static int DEFAULT_NESTING_OVERFLOW_COUNT(Code)
Default value for the maximum depth of the Page Flow nesting stack.



DEFAULT_VIEW_RENDERING_EXTENSION
public static String DEFAULT_VIEW_RENDERING_EXTENSION(Code)
The default value of the extension used in the servlet path of the URI for a Forward to the framework servlet rendering the response. (See PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The extension is part of the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet handling the rendering.



FORWARD_OVERFLOW_COUNT_PARAM
final public static String FORWARD_OVERFLOW_COUNT_PARAM(Code)
Servlet context-param that configures the maximum number of consecutive server forwards before error.



GLOBALAPP_CLASSNAME
final public static String GLOBALAPP_CLASSNAME(Code)
The name of the GlobalApp class defined by the user for a web application.



GLOBALAPP_SOURCEFILE_NAME
final public static String GLOBALAPP_SOURCEFILE_NAME(Code)
The name of the source file for the GlobalApp class defined by the user for a web application.



JPF_EXTENSION
final public static String JPF_EXTENSION(Code)
The extension used for hitting a PageFlowController through its URI. PageFlowConstants.PAGEFLOW_EXTENSION



JPF_MODULE_CONFIG_EXTENSION
final public static String JPF_MODULE_CONFIG_EXTENSION(Code)
The file extensioni for Struts configuration files generated by the Page Flow compiler. PageFlowConstants.PAGEFLOW_MODULE_CONFIG_EXTENSION



JPF_MODULE_CONFIG_GEN_DIR
final public static String JPF_MODULE_CONFIG_GEN_DIR(Code)
The default webapp-relative directory for Struts module configuration files generated by the Page Flow compiler. PageFlowConstants.PAGEFLOW_MODULE_CONFIG_GEN_DIR



JPF_MODULE_CONFIG_PREFIX
final public static String JPF_MODULE_CONFIG_PREFIX(Code)
The filename prefix for Struts module configuration files generated from page flow source files. PageFlowConstants.PAGEFLOW_MODULE_CONFIG_PREFIX



NESTING_OVERFLOW_COUNT_PARAM
final public static String NESTING_OVERFLOW_COUNT_PARAM(Code)
Servlet context-param that configures the maximum depth of the Page Flow nesting stack.



PAGEFLOW_EXTENSION
final public static String PAGEFLOW_EXTENSION(Code)
The extension used for hitting a PageFlowController through its URI.



PAGEFLOW_MODULE_CONFIG_EXTENSION
final public static String PAGEFLOW_MODULE_CONFIG_EXTENSION(Code)
The file extensioni for Struts configuration files generated by the Page Flow compiler.



PAGEFLOW_MODULE_CONFIG_GEN_DIR
final public static String PAGEFLOW_MODULE_CONFIG_GEN_DIR(Code)
The default classloader-relative directory for Struts module configuration files generated by the Page Flow compiler.



PAGEFLOW_MODULE_CONFIG_PREFIX
final public static String PAGEFLOW_MODULE_CONFIG_PREFIX(Code)
The filename prefix for Struts module configuration files generated from page flow source files.



SECURE_FORWARDS_PARAM
final public static String SECURE_FORWARDS_PARAM(Code)
Servlet context-param that configures whether to apply security constraints on server forwards to page flow actions. Normally, security constraints are not applied on server forwards.



VIEW_RENDERER_ATTRIBUTE_NAME
public static String VIEW_RENDERER_ATTRIBUTE_NAME(Code)
The request attribute name for the view renderer object used by a framework servlet to render the response.



VIEW_RENDERER_URI_COMMAND
public static String VIEW_RENDERER_URI_COMMAND(Code)
A string used in the path of the URI that identifies the command for the framework servlet to render a ViewRenderer (an attribute on the request) in the response.



VIEW_RENDERING_EXTENSION_PARAM
public static String VIEW_RENDERING_EXTENSION_PARAM(Code)
The <param-name> of a web-app <context-param> used to configure the extension used in the servlet path of the URI for a Forward to the framework servlet rendering the response. (See PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The value for the extension should match the extension in the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet handling the rendering. Setting the associated <param-value> overrides the default value of the "render" extension in the servlet-mapping, <url-pattern>*.render</url-pattern>.





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