public class ActionManager extends Object
Modifier and Type | Field and Description |
---|---|
protected static Logger |
logger
create a static logger.
|
Constructor and Description |
---|
ActionManager() |
Modifier and Type | Method and Description |
---|---|
static IAction |
getActionComponent(ContentContext ctx,
String group) |
static String |
getActionGroup(String actionName) |
static IAction |
getActionMacro(javax.servlet.http.HttpServletRequest request,
String group) |
static IAction |
getActionModule(javax.servlet.http.HttpServletRequest request,
String group) |
static String |
perform(String actionName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected static Logger logger
public static IAction getActionModule(javax.servlet.http.HttpServletRequest request, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException, ModuleException
public static IAction getActionComponent(ContentContext ctx, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException
public static IAction getActionMacro(javax.servlet.http.HttpServletRequest request, String group) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2012-2018. All Rights Reserved.