Uses of Interface
org.apache.empire.struts2.websample.web.SampleContext

Packages that use SampleContext
org.apache.empire.struts2.websample.db   
org.apache.empire.struts2.websample.db.records   
org.apache.empire.struts2.websample.web.actions   
org.apache.empire.struts2.websample.web.actiontypes   
org.apache.empire.struts2.websample.ws   
org.apache.empire.struts2.websample.ws.records   
 

Uses of SampleContext in org.apache.empire.struts2.websample.db
 

Fields in org.apache.empire.struts2.websample.db declared as SampleContext
protected  SampleContext SampleRecord.context
           
 

Constructors in org.apache.empire.struts2.websample.db with parameters of type SampleContext
SampleRecord(SampleContext context)
           
 

Uses of SampleContext in org.apache.empire.struts2.websample.db.records
 

Constructors in org.apache.empire.struts2.websample.db.records with parameters of type SampleContext
DepartmentRecord(SampleContext context)
           
EmployeeRecord(SampleContext context)
           
 

Uses of SampleContext in org.apache.empire.struts2.websample.web.actions
 

Classes in org.apache.empire.struts2.websample.web.actions that implement SampleContext
 class EmployeeDetailAction
           
 class EmployeeListAction
           
 class LoginAction
           
 

Uses of SampleContext in org.apache.empire.struts2.websample.web.actiontypes
 

Classes in org.apache.empire.struts2.websample.web.actiontypes that implement SampleContext
 class Action
           
 class BeanDetailAction<T>
          BeanDetailAction
 class DetailAction
           
 

Uses of SampleContext in org.apache.empire.struts2.websample.ws
 

Fields in org.apache.empire.struts2.websample.ws declared as SampleContext
protected  SampleContext SampleRecord.context
           
 

Constructors in org.apache.empire.struts2.websample.ws with parameters of type SampleContext
SampleRecord(SampleContext context, T data, BeanClass beanClass)
           
 

Uses of SampleContext in org.apache.empire.struts2.websample.ws.records
 

Methods in org.apache.empire.struts2.websample.ws.records with parameters of type SampleContext
static Options EmployeeRecord.getDepartments(SampleContext context)
           
 

Constructors in org.apache.empire.struts2.websample.ws.records with parameters of type SampleContext
DepartmentRecord(SampleContext context)
           
EmployeeRecord(SampleContext context)
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.