mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36: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:
@@ -7,12 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* Verify that essential resources are available.
|
||||
*/
|
||||
public class Welcome extends MailreaderSupport implements Preparable {
|
||||
|
||||
public void prepare() throws Exception {
|
||||
List value = getAppService().getLocaleList();
|
||||
getAppData().setLocale_list(value);
|
||||
}
|
||||
public class Welcome extends MailreaderSupport {
|
||||
|
||||
public String execute() {
|
||||
|
||||
@@ -33,5 +28,4 @@ public class Welcome extends MailreaderSupport implements Preparable {
|
||||
return SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user