| Methods in org.jboss.portal.web that return WebRequest.Verb |
WebRequest.Verb |
WebRequest.getVerb()
Returns the an enum instead of a string as returned by
HttpServletRequest.getMethod() which is more convenient to use sometimes. |
static WebRequest.Verb |
WebRequest.Verb.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebRequest.Verb[] |
WebRequest.Verb.values()
Returns an array containing the constants of this enum type, in
the order they're declared. |