Uses of Class
org.xwiki.portlet.controller.DispatchType

Packages that use DispatchType
org.xwiki.portlet.controller   
 

Uses of DispatchType in org.xwiki.portlet.controller
 

Methods in org.xwiki.portlet.controller that return DispatchType
 DispatchType Dispatch.getType()
           
static DispatchType DispatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DispatchType[] DispatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.xwiki.portlet.controller with parameters of type DispatchType
Dispatch(DispatchType type, String path)
          Creates a new dispatch object with the given information.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.