KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > dotmarketing > events > AppStartupAction


1 package com.dotmarketing.events;
2   
3 import com.liferay.portal.struts.ActionException;
4 import com.liferay.portal.struts.SimpleAction;
5   
6 public class AppStartupAction extends SimpleAction {
7       
8  
9       public void run(String JavaDoc[] ids) throws ActionException {
10             
11             try {
12             } catch(Exception JavaDoc e) {
13                 //we really do not want to do anything.
14
}
15       }
16   
17 }
Popular Tags