Package org.javlo.actions
Class ActionManager
- java.lang.Object
-
- org.javlo.actions.ActionManager
-
public class ActionManager extends Object
- Author:
- pvandermaesen manage the actions for wcms.
-
-
Constructor Summary
Constructors Constructor Description ActionManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IActiongetActionComponent(ContentContext ctx, String group)static StringgetActionGroup(String actionName)static IActiongetActionMacro(ContentContext ctx, String group)static IActiongetActionModule(javax.servlet.http.HttpServletRequest request, String group)static IActiongetUnsecureActionGroup()static Stringperform(String actionName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean unsecure)
-
-
-
Field Detail
-
logger
protected static Logger logger
create a static logger.
-
-
Method Detail
-
getActionModule
public static IAction getActionModule(javax.servlet.http.HttpServletRequest request, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException, ModuleException
-
getActionComponent
public static IAction getActionComponent(ContentContext ctx, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException
-
getUnsecureActionGroup
public static IAction getUnsecureActionGroup()
-
getActionMacro
public static IAction getActionMacro(ContentContext ctx, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException
-
-