Uses of Class
org.apache.wsrp4j.util.Modes

Packages that use Modes
org.apache.wsrp4j.util   
 

Uses of Modes in org.apache.wsrp4j.util
 

Fields in org.apache.wsrp4j.util declared as Modes
static Modes Modes.view
           
static Modes Modes.edit
           
static Modes Modes.help
           
static Modes Modes.preview
           
 

Methods in org.apache.wsrp4j.util that return Modes
static Modes Modes.fromValue(java.lang.String value)
          Returns the WSRP mode build from a string representation If a not supported Mode is requested, null is returned
static Modes Modes.fromString(java.lang.String value)
          Returns the WSRP mode build from a string representation If a not supported Mode is requested, null is returned
static Modes Modes.getWsrpModeFromJsrPortletMode(javax.portlet.PortletMode portletMode)
          This helper method maps portlet modes defined in tha java portlet standard (JSR-168) to modes defined in wsrp.
 

Methods in org.apache.wsrp4j.util with parameters of type Modes
static javax.portlet.PortletMode Modes.getJsrPortletModeFromWsrpMode(Modes wsrpMode)
          This helper method maps portlet modes defined in wsrp to portlet modes defined in the java portlet standard (JSR-168).
 



--