Uses of Class
org.jboss.portal.web.WebRequest.Verb

Packages that use WebRequest.Verb
org.jboss.portal.web   
org.jboss.portal.web.impl   
 

Uses of WebRequest.Verb in org.jboss.portal.web
 

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.
 

Uses of WebRequest.Verb in org.jboss.portal.web.impl
 

Methods in org.jboss.portal.web.impl that return WebRequest.Verb
 WebRequest.Verb AbstractWebRequest.getVerb()
           
 



Copyright © 2008. All Rights Reserved.