Uses of Class
org.jasig.portal.portlet.url.RequestType

Packages that use RequestType
org.jasig.portal   
org.jasig.portal.portlet.url   
 

Uses of RequestType in org.jasig.portal
 

Methods in org.jasig.portal that return RequestType
 RequestType ChannelRuntimeData.getRequestType()
          Deprecated.  
 

Methods in org.jasig.portal with parameters of type RequestType
 void ChannelRuntimeData.setRequestType(RequestType requestType)
          Deprecated.  
 

Uses of RequestType in org.jasig.portal.portlet.url
 

Methods in org.jasig.portal.portlet.url that return RequestType
 RequestType PortletUrl.getRequestType()
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jasig.portal.portlet.url with parameters of type RequestType
 void PortletUrl.setRequestType(RequestType requestType)
           
 



Copyright © 2010 Jasig. All Rights Reserved.