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

All Known Implementing Classes:
Action, BeanDetailAction, DetailAction, EmployeeDetailAction, EmployeeListAction, LoginAction

public interface SampleContext


Method Summary
 java.sql.Connection getConnection()
           
 SampleDB getDatabase()
           
 SampleUser getUser()
           
 

Method Detail

getDatabase

SampleDB getDatabase()

getUser

SampleUser getUser()

getConnection

java.sql.Connection getConnection()


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