public class CommandServiceImpl extends Object implements CommandService
| Constructor and Description |
|---|
CommandServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HttpCommand |
getCommand(String commandName)
Tries to find or create a Command for the given command name.
|
Map |
getCommandMap() |
String |
getDefaultActionPathTemplate() |
org.sakaiproject.event.api.EventTrackingService |
getEventTrackingService() |
String |
getPermissionPath() |
boolean |
getTrackReads() |
void |
init() |
void |
setCommandMap(Map commandMap) |
void |
setDefaultActionPathTemplate(String template) |
void |
setEventTrackingService(org.sakaiproject.event.api.EventTrackingService eventTrackingService) |
void |
setPermissionPath(String permissionPath) |
void |
setTrackReads(boolean trackReads) |
public void init()
public HttpCommand getCommand(String commandName)
CommandServicegetCommand in interface CommandServicepublic Map getCommandMap()
public void setCommandMap(Map commandMap)
public String getDefaultActionPathTemplate()
public void setDefaultActionPathTemplate(String template)
public String getPermissionPath()
public void setPermissionPath(String permissionPath)
public boolean getTrackReads()
public void setTrackReads(boolean trackReads)
public org.sakaiproject.event.api.EventTrackingService getEventTrackingService()
public void setEventTrackingService(org.sakaiproject.event.api.EventTrackingService eventTrackingService)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.