org.apache.beehive.netui.pageflow

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 
org.apache.beehive.netui.pageflow
Java Source File NameTypeComment
ActionNotFoundException.javaClass Exception that occurs when the user tries to execute an action that does not exist on the page flow.
ActionResolver.javaInterface Interface for controller classes that resolve actions to URIs.
ActionResult.javaInterface Encapsulation of the results returned by PageFlowUtils.strutsLookup .
AutoRegisterActionServlet.javaClass ActionServlet that automatically registers requested Struts modules based on a set of module configuration file locators.
ControlFieldInitializationException.javaClass Exception thrown when there are errors initializing an annotated Control field.
DefaultPageFlowEventReporter.javaClass Default event reporter.
DefaultServletContainerAdapter.javaClass Default implementation of a Servlet container adapter.
DoubleSubmitException.javaClass Exception thrown when an action marked with the org.apache.beehive.netui.pageflow.annotations.Jpf.Action.preventDoubleSubmit @Jpf.Action(preventDoubleSubmit=...
DynaFormData.javaClass Extension of org.apache.struts.validator.DynaValidatorForm that implements Map.
DynamicSubappActionServlet.javaClass ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler.
EmptyNestingStackException.javaClass Exception that occurs when the user invokes an action in a nested page flow that uses a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward (... returnAction="action-name-in-calling-pageflow") annotation, but there is no calling page flow.
ExpressionMessage.javaClass Extension of the base Struts ActionMessage; instead of retrieving messages and their arguments from message resources, it calculates them by evaluating JSP 2.0-style expressions (or, in the degenerate case, from hardcoded strings).
FacesBackingBean.javaClass

A JavaServer Faces backing bean.

FacesBackingBeanFactory.javaClass Factory for creating "backing beans" for JavaServer Faces pages.
FlowController.javaClass Base class for user-written flow controllers - PageFlowController s and SharedFlowController s.
FlowControllerFactory.javaClass

Factory for creating FlowController s - user PageFlowController s and SharedFlowController s.

FormData.javaClass Base class for form beans associated with action methods in PageFlowController s.
Forward.javaClass An object of this type is returned from an action methods in a PageFlowController to determine the next URI to be displayed.
GlobalApp.javaClass Base class for user-defined global state and fallback controller logic.
HttpSessionMutexListener.javaClass

Class that implements an HttpSessionListener that adds mutex objects to the javax.servlet.http.HttpSession .

IllegalActionOutputException.javaClass Exception that occurs when an action output has been added to a Forward that resolves to a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward annotation marked with org.apache.beehive.netui.pageflow.annotations.Jpf.Forward.redirect redirect =true.
IllegalOutputFormException.javaClass Base type for errors related to output forms on Forwards.
IllegalOutputFormTypeException.javaClass Exception that occurs when the first output form for a Forward resolves to a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward annotation whose org.apache.beehive.netui.pageflow.annotations.Jpf.Forward.outputFormBean outputFormBean or org.apache.beehive.netui.pageflow.annotations.Jpf.Forward.outputFormBeanType outputFormBeanType attribute demands a different form type.
IllegalPageInputException.javaClass Exception that occurs when a action output has been added to a Forward that resolves to a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward annotation marked with org.apache.beehive.netui.pageflow.annotations.Jpf.Forward.redirect redirect =true.
IllegalRedirectOutputFormException.javaClass Exception that occurs when an output form has been added to a Forward that resolves to a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward annotation marked with org.apache.beehive.netui.pageflow.annotations.Jpf.Forward.redirect redirect =true.
InfiniteReturnToActionException.javaClass Exception that occurs when the navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousAction previousAction attribute is used on a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward , a org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or a org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward , but the previous action was the same as the current action (an infinite loop).
LoginExpiredException.javaClass Exception thrown when NotLoggedInException would be thrown, and when the current HttpServletRequest refers to a session that no longer exists.
MismatchedActionOutputException.javaClass Exception that occurs in iterative development mode when an action output attached to a Forward is of a different type than was declared.
MismatchedPageInputException.javaClass Exception that occurs in iterative development mode when an action output attached to a Forward is of a different type than was declared.
MissingActionOutputException.javaClass Exception that occurs when a required action output is missing from a Forward .
MissingPageInputException.javaClass Exception that occurs when a required page input is missing from a Forward .
MultipartRequestUtils.javaClass

NetUI utility to wrap Struts logic for handling multipart requests.

NoCurrentPageFlowException.javaClass Exception that occurs when the navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousAction previousAction , navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.currentPage currentPage , or navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousPage previousPage attribute is used on a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward , a org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or a org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward , but there is no current page flow.
NoMatchingActionMethodException.javaClass Exception that occurs when the current action method does not accept the type of form bean passed in the Forward to the action.
NoPreviousActionException.javaClass Exception that occurs when the navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousAction previousAction attribute is used on a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward , a org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or a org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward , but thethere is no previously-run action in the page flow.
NoPreviousPageException.javaClass Exception that occurs when the navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousPage previousPage or navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.currentPage currentPage attribute is used on a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward , a org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or a org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward , but there is no previously-shown page in the current page flow.
NotLoggedInException.javaClass Exception thrown when:
  • An action ( org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action or org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction ) marked with loginRequired=true is hit when there is no logged-in user, or,
  • An action marked with rolesAllowed="list of roles" is hit when there is no logged-in user.
NullActionOutputException.javaClass
PageFlowActionServlet.javaClass ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler.
PageFlowConstants.javaInterface Constants related to Page Flow.
PageFlowContext.javaClass This class is a ThreadLocal class that contains the servlet information.
PageFlowContextActivator.javaInterface This interface will create an object that will be put into the PageFlow context, it it doesn't already exist there.
PageFlowContextListener.javaClass Initialize the NetUI framework at javax.servlet.ServletContext init time.
PageFlowControlContainer.javaInterface
PageFlowControlContainerFactory.javaClass
PageFlowControlContainerImpl.javaClass This class provide a set of method that deal with the ControlContainerContext that is scoped to the FlowController.
PageFlowController.javaClass

Base class for controller logic, exception handlers, and state associated with a particular web directory path.

PageFlowEventReporter.javaClass An event reporter, which will be notified of events like "page flow created", "action raised", etc.
PageFlowException.javaClass Base class for PageFlow-related Exceptions.
PageFlowFacesFilter.javaClass Servlet Filter for JavaServer Faces requests.
PageFlowFileFilter.javaClass File filter that accepts any PageFlowController source file (*.jpf).
PageFlowForbiddenFilter.javaClass Servlet Filter that sends a specified error code on the response.
PageFlowJspFilter.javaClass Servlet Filter for JSP requests.
PageFlowManagedObject.javaClass Base class for Page Flow managed objects (like page flows and JavaServer Faces backing beans).
PageFlowManagedObjectException.javaClass Base class for exceptions related to Page Flow managed objects.
PageFlowPageFilter.javaClass Base class for Servlet Filters that run before requests for JSP pages in a Page Flow enabled web application.
PageFlowRequestProcessor.javaClass The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet.
PageFlowStack.javaClass

Stack for keeping track of a series of nested page flows.

PageFlowUtils.javaClass Utility methods related to Page Flow.
PreviousActionInfo.javaClass Stores information about a recent action execution within a pageflow -- used with Used with navigateTo= org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousAction Jpf.NavigateTo.previousAction on org.apache.beehive.netui.pageflow.annotations.Jpf.Forward Jpf.Forward , org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction Jpf.SimpleAction , or org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward Jpf.ConditionalForward .
PreviousInfo.javaClass Base class for previous-page and previous-action information.
PreviousPageInfo.javaClass Stores information about a previously-displayed page, as well as its initialization data.
ProcessPopulate.javaClass Implement the processPopulate stage of the Struts / PageFlow request processing lifecycle.
RequestContext.javaClass Base request/response context.
RequestParameterHandler.javaInterface
ResponseErrorCodeSender.javaInterface
SecurityProtocol.javaClass Enumeration to represent secure/unsecure/unspecified values associated with paths in the webapp.
ServletContainerAdapter.javaInterface Adapter interface for plugging into various Servlet containers.
SessionExpiredException.javaClass Exception thrown in place of another PageFlowException when:
  • The requested session ID is different than the current session ID (or there is no current session), and
  • the original exception to be thrown returns true for PageFlowException.causeMayBeSessionExpiration , and
  • The <throw-session-expired-exception> element in WEB-INF/beehive-netui-config.xml is set to true (the default)
  • .
SharedFlowController.javaClass

Base "shared flow" class for controller logic, exception handlers, and state that can be shared by any number of page flows.

StrutsModule.javaClass An ActionResolver that submits actions to a Struts module.
StrutsModuleFactory.javaClass
UnfulfilledRolesException.javaClass Exception that is thrown when rolesAllowed is set on the current action's annotation ( org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action or org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction ), and there is a logged-in user who does not fulfil any of the given roles.
UnresolvableForwardException.javaClass Exception thrown by Forward when its name does not resolve to one defined by a org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward annotation in the current action's org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action annotation.
Validatable.javaInterface Interface for beans that can validate themselves.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.