org.jmage.filterchain
Interface FilterChainFactory

All Superinterfaces:
Configurable
All Known Implementing Classes:
SimpleFilterChainFactory, XmlFilterChainFactory

public interface FilterChainFactory
extends Configurable

Create FilterChains


Method Summary
 FilterChain createFrom(java.net.URI filterUri)
          Creates a FilterChain for a given name
 FilterChain createFrom(java.net.URI filterUri, java.util.Properties filterProperties)
          Creates a FilterChain for a given name and additional filter properties
 
Methods inherited from interface org.jmage.Configurable
configure
 

Method Detail

createFrom

FilterChain createFrom(java.net.URI filterUri)
                       throws FilterChainException
Creates a FilterChain for a given name

Parameters:
filterUri - designating the filter
Returns:
the filter filterchain
Throws:
FilterChainException

createFrom

FilterChain createFrom(java.net.URI filterUri,
                       java.util.Properties filterProperties)
                       throws FilterChainException
Creates a FilterChain for a given name and additional filter properties

Parameters:
filterUri - designating the filter
filterProperties - the additional filter properties
Returns:
the FilterChain
Throws:
FilterChainException


Copyright © 2004-2008 Sourceforge. All Rights Reserved.