|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.webapp.actions.admin.ApiKeysAction
public class ApiKeysAction
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ApiKeysAction()
|
Method Summary | |
---|---|
String |
bulkSaveOrUpdate()
|
String |
delete()
|
String |
edit()
|
String |
execute()
|
String |
generate()
|
List<String> |
getApiKeys()
|
ApiKeyModel |
getModel()
|
String |
saveOrUpdate()
|
void |
setData(String data)
|
void |
setFile(File file)
|
void |
setUserPropertiesService(UserPropertiesService userPropertiesService)
|
void |
setUserService(UserService userService)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiKeysAction()
Method Detail |
---|
public void setUserService(UserService userService)
public void setUserPropertiesService(UserPropertiesService userPropertiesService)
public ApiKeyModel getModel()
getModel
in interface com.opensymphony.xwork2.ModelDriven<ApiKeyModel>
public List<String> getApiKeys()
public void setData(String data)
public void setFile(File file)
public String execute()
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
public String edit()
public String saveOrUpdate()
public String bulkSaveOrUpdate() throws IOException
IOException
public String delete()
public String generate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |