mirror of
https://github.com/apache/struts.git
synced 2026-08-11 17:46:57 +00:00
WW-1353 Move the MailReader iBATIS code to the sandbox, until it is ready.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@433103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -51,32 +51,7 @@ import java.util.Map;
|
||||
* avoids creating unnecessary local properties. Pick your poison.</p>
|
||||
*/
|
||||
public class MailreaderSupport extends ActionSupport
|
||||
implements SessionAware, ApplicationAware, ModelDriven {
|
||||
|
||||
private AppService appService;
|
||||
|
||||
public AppService getAppService() {
|
||||
return appService;
|
||||
}
|
||||
|
||||
public void setAppService(AppService appService) {
|
||||
this.appService = appService;
|
||||
}
|
||||
|
||||
private AppData appData = new AppData();
|
||||
|
||||
public Object getModel() {
|
||||
return appData;
|
||||
}
|
||||
|
||||
public void setAppData(AppData appData) {
|
||||
this.appData = appData;
|
||||
}
|
||||
|
||||
public AppData getAppData() {
|
||||
return appData;
|
||||
}
|
||||
|
||||
implements SessionAware, ApplicationAware {
|
||||
|
||||
/**
|
||||
* Return CANCEL so apropriate result can be selected.
|
||||
|
||||
Reference in New Issue
Block a user