Should support @Control for fields in Handlers ----------------------------------------------
Key: BEEHIVE-554 URL: http://issues.apache.org/jira/browse/BEEHIVE-554 Project: Beehive Type: Improvement Components: NetUI Versions: V1, V1Alpha, V1Beta Reporter: Rich Feit Fix For: TBD Handlers are ServletContext-scoped classes that can be used to customize Page Flow framework behavior. An example is LoginHandler, which is specified with something like the following block in /WEB-INF/beehive-netui-config.xml: <pageflow-handlers> <login-handler> <handler-class>test.MyLoginHandler</handler-class> </login-handler> <pageflow-handlers> Currently, @Control is not supported for fields in Handler classes. To support it, we'll need to create a ControlContainerContext that is scoped to the ServletContext rather than the user session (as is ServletBeanContext). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira