info.magnolia.cms.filters
Class DispatchRules

java.lang.Object
  extended by info.magnolia.cms.filters.DispatchRules

public class DispatchRules
extends Object

Similar to the dispatch mapping in the web.xml. Defines if a filter is executed on forwards, includes, requests and errors.

Version:
$Id$

Constructor Summary
DispatchRules()
           
 
Method Summary
 DispatchRule getDispatchRule(DispatcherType dispatcherType)
           
 void setError(DispatchRule rule)
           
 void setForward(DispatchRule rule)
           
 void setInclude(DispatchRule rule)
           
 void setRequest(DispatchRule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchRules

public DispatchRules()
Method Detail

setRequest

public void setRequest(DispatchRule rule)

setForward

public void setForward(DispatchRule rule)

setInclude

public void setInclude(DispatchRule rule)

setError

public void setError(DispatchRule rule)

getDispatchRule

public DispatchRule getDispatchRule(DispatcherType dispatcherType)


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