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 StringonAdminLogin(GlobalContext globalContext, User user)StringonInit(javax.servlet.ServletContext application)StringonPublish(ContentContext ctx)
-
-
-
Method Detail
-
onPublish
public String onPublish(ContentContext ctx) throws ListerException
- Specified by:
onPublishin interfaceIGeneralListner- Throws:
ListerException
-
onInit
public String onInit(javax.servlet.ServletContext application) throws ListerException
- Specified by:
onInitin interfaceIGeneralListner- Throws:
ListerException
-
onAdminLogin
public String onAdminLogin(GlobalContext globalContext, User user) throws ListerException
- Specified by:
onAdminLoginin interfaceIGeneralListner- Throws:
ListerException
-
-