|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmage.filterchain.SimpleFilterChainFactory
public class SimpleFilterChainFactory
Convenience factory creates a FilterChain from a single ImageFilter class
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
|
Constructor Summary | |
---|---|
SimpleFilterChainFactory()
Default Constructur |
Method Summary | |
---|---|
void |
configure(ApplicationContext context)
Configure SimpleFilterChainFactory |
FilterChain |
createFrom(java.net.URI name)
Creates a simple FilterChain with one filter for a given filter class name |
FilterChain |
createFrom(java.net.URI name,
java.util.Properties filterProperties)
Creates a simple FilterChain with one filter for a given filter class name and additional filter properties |
protected java.lang.String |
mapURItoClass(java.net.URI uri)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public SimpleFilterChainFactory()
Method Detail |
---|
public void configure(ApplicationContext context)
configure
in interface Configurable
context
- the ApplicationContextpublic FilterChain createFrom(java.net.URI name) throws FilterChainException
createFrom
in interface FilterChainFactory
name
- the unique name
FilterChainException
public FilterChain createFrom(java.net.URI name, java.util.Properties filterProperties) throws FilterChainException
createFrom
in interface FilterChainFactory
name
- the unique namefilterProperties
- the additional filter properties
FilterChainException
protected java.lang.String mapURItoClass(java.net.URI uri)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |