public class RequestHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION |
static String |
HELPER_PATH |
static String |
PANEL |
static String |
TITLE_PANEL |
static String |
WIKI_PATH |
| Constructor and Description |
|---|
RequestHelper() |
| Modifier and Type | Method and Description |
|---|---|
HttpCommand |
getCommandForRequest(HttpServletRequest request) |
CommandService |
getCommandService() |
String |
getDefaultAction() |
void |
init() |
void |
setCommandService(CommandService commandService) |
void |
setDefaultAction(String defaultAction) |
public static final String PANEL
public static final String ACTION
public static final String TITLE_PANEL
public static final String HELPER_PATH
public static final String WIKI_PATH
public void init()
public HttpCommand getCommandForRequest(HttpServletRequest request)
public CommandService getCommandService()
public void setCommandService(CommandService commandService)
public String getDefaultAction()
public void setDefaultAction(String defaultAction)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.