Uses of Class
org.silverpeas.web.servlets.RestRequest.Action
-
Packages that use RestRequest.Action Package Description org.silverpeas.web.servlets -
-
Uses of RestRequest.Action in org.silverpeas.web.servlets
Methods in org.silverpeas.web.servlets that return RestRequest.Action Modifier and Type Method Description static RestRequest.Action
RestRequest.Action. fromType(String actionType)
RestRequest.Action
RestRequest. getAction()
static RestRequest.Action
RestRequest.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestRequest.Action[]
RestRequest.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-