Package org.javlo.actions
Interface IGeneralListner
-
- All Known Implementing Classes:
DefaultGeneralLister
public interface IGeneralListner
-
-
Method Summary
All Methods Instance Methods Abstract 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
String onPublish(ContentContext ctx) throws ListerException
- Throws:
ListerException
-
onInit
String onInit(javax.servlet.ServletContext application) throws ListerException
- Throws:
ListerException
-
onAdminLogin
String onAdminLogin(GlobalContext globalContext, User user) throws ListerException
- Throws:
ListerException
-
-