Uses of Class
org.apache.struts2.showcase.action.AbstractCRUDAction

Packages that use AbstractCRUDAction
org.apache.struts2.showcase.action   
org.apache.struts2.showcase.jsf   
 

Uses of AbstractCRUDAction in org.apache.struts2.showcase.action
 

Subclasses of AbstractCRUDAction in org.apache.struts2.showcase.action
 class EmployeeAction
          JsfEmployeeAction.
 class SkillAction
          SkillAction.
 

Uses of AbstractCRUDAction in org.apache.struts2.showcase.jsf
 

Subclasses of AbstractCRUDAction in org.apache.struts2.showcase.jsf
 class JsfEmployeeAction
          Overriding the EmployeeAction to main provide getters returning the data in the form required by the JSF components
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.