Uses of Class
info.magnolia.cms.util.DispatcherType

Packages that use DispatcherType
info.magnolia.cms.filters   
info.magnolia.cms.util   
 

Uses of DispatcherType in info.magnolia.cms.filters
 

Methods in info.magnolia.cms.filters with parameters of type DispatcherType
 DispatchRule DispatchRules.getDispatchRule(DispatcherType dispatcherType)
           
 

Uses of DispatcherType in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util that return DispatcherType
static DispatcherType ServletUtils.getDispatcherType(javax.servlet.http.HttpServletRequest request)
          Returns the dispatcher type of the request, the dispatcher type is defined to be identical to the semantics of filter mappings in web.xml.
static DispatcherType DispatcherType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DispatcherType[] DispatcherType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.