Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.requestcontroller.service
Class FilterConfigDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.requestcontroller.service.FilterConfigDescriptor
All Implemented Interfaces:
Serializable

public class FilterConfigDescriptor
extends Object
implements Serializable

Descriptor for RequestFilterConfig

Author:
tiry, ldoguin
See Also:
Serialized Form

Field Summary
static String DEFAULT_CACHE_DURATION
           
 
Constructor Summary
FilterConfigDescriptor()
           
FilterConfigDescriptor(String name, String pattern, boolean grant, boolean useTx, boolean useSync, boolean cached, boolean isPrivate, String cacheTime)
           
 
Method Summary
 String getCacheTime()
           
 Pattern getCompiledPattern()
           
 String getName()
           
 String getPatternStr()
           
 boolean isCached()
           
 boolean isGrantRule()
           
 boolean isPrivate()
           
 void setPattern(String pattern)
           
 boolean useSync()
           
 boolean useTx()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CACHE_DURATION

public static final String DEFAULT_CACHE_DURATION
See Also:
Constant Field Values
Constructor Detail

FilterConfigDescriptor

public FilterConfigDescriptor()

FilterConfigDescriptor

public FilterConfigDescriptor(String name,
                              String pattern,
                              boolean grant,
                              boolean useTx,
                              boolean useSync,
                              boolean cached,
                              boolean isPrivate,
                              String cacheTime)
Method Detail

getName

public String getName()

useSync

public boolean useSync()

useTx

public boolean useTx()

isGrantRule

public boolean isGrantRule()

isCached

public boolean isCached()

isPrivate

public boolean isPrivate()

getCacheTime

public String getCacheTime()

getPatternStr

public String getPatternStr()

getCompiledPattern

public Pattern getCompiledPattern()

setPattern

public void setPattern(String pattern)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.