Package org.javlo.actions
Class DefaultGeneralLister
- java.lang.Object
-
- org.javlo.actions.DefaultGeneralLister
-
- All Implemented Interfaces:
IGeneralListner
public class DefaultGeneralLister extends Object implements IGeneralListner
-
-
Constructor Summary
Constructors Constructor Description DefaultGeneralLister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
onAdminLogin(GlobalContext globalContext, User user)
String
onInit(javax.servlet.ServletContext application)
String
onPublish(ContentContext ctx)
-
-
-
Method Detail
-
onPublish
public String onPublish(ContentContext ctx) throws ListerException
- Specified by:
onPublish
in interfaceIGeneralListner
- Throws:
ListerException
-
onInit
public String onInit(javax.servlet.ServletContext application) throws ListerException
- Specified by:
onInit
in interfaceIGeneralListner
- Throws:
ListerException
-
onAdminLogin
public String onAdminLogin(GlobalContext globalContext, User user) throws ListerException
- Specified by:
onAdminLogin
in interfaceIGeneralListner
- Throws:
ListerException
-
-