Uses of Class
org.xwiki.portlet.model.RequestType

Packages that use RequestType
org.xwiki.portlet.model   
org.xwiki.portlet.url   
org.xwiki.portlet.view   
 

Uses of RequestType in org.xwiki.portlet.model
 

Methods in org.xwiki.portlet.model that return RequestType
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.
 

Uses of RequestType in org.xwiki.portlet.url
 

Methods in org.xwiki.portlet.url that return RequestType
 RequestType URLRequestTypeMapper.getType(String contextFreeURL)
           
 

Methods in org.xwiki.portlet.url with parameters of type RequestType
 javax.portlet.BaseURL DispatchURLFactory.createURL(RequestType requestType)
          Creates a dispatch URL with the specified type that targets the current page.
 javax.portlet.BaseURL DispatchURLFactory.createURL(String dispatchURL, RequestType requestType)
          Creates a dispatch URL with the specified type.
 

Uses of RequestType in org.xwiki.portlet.view
 

Constructors in org.xwiki.portlet.view with parameters of type RequestType
StreamFilterManager(DispatchURLFactory dispatchURLFactory, String contextPath, String portletNamespace, RequestType requestType)
          Creates a new StreamFilter manager that uses the given portlet URL factory and the given portlet name-space.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.