[forge-issues] [JBoss JIRA] Created: (SEAMFORGE-294) Common methods in scaffold controller bean should abstracted to a supper class

Liu Jianhong (JIRA) jira-events at lists.jboss.org
Sat Sep 10 07:34:26 EDT 2011


Common methods in scaffold controller bean should abstracted to a supper class
------------------------------------------------------------------------------

                 Key: SEAMFORGE-294
                 URL: https://issues.jboss.org/browse/SEAMFORGE-294
             Project: Seam Forge
          Issue Type: Enhancement
          Components: Scaffold
    Affects Versions: 1.0.0.Beta2
            Reporter: Liu Jianhong
             Fix For: 1.0.0.Beta3


Controller bean should as flowing:

@Named
@RequestScoped
public class @{entity.getName()}Bean extends AbstractBean<@{entity.getName()}> implements MenuItem
{
}


And we also can implement more than one AbstractBean such as FilterableBean and so on.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list