Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class RequestFilterConfigImpl
extends Object
implements RequestFilterConfig

Basic implementation of the RequestFilterConfig interface.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
RequestFilterConfigImpl(boolean useSync, boolean useTx, boolean cached, boolean isPrivate, String cacheTime)
           
 
Method Summary
 String getCacheTime()
           
 boolean isCached()
           
 boolean isPrivate()
           
 boolean needSynchronization()
           
 boolean needTransaction()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFilterConfigImpl

public RequestFilterConfigImpl(boolean useSync,
                               boolean useTx,
                               boolean cached,
                               boolean isPrivate,
                               String cacheTime)
Method Detail

needSynchronization

public boolean needSynchronization()
Specified by:
needSynchronization in interface RequestFilterConfig

needTransaction

public boolean needTransaction()
Specified by:
needTransaction in interface RequestFilterConfig

isCached

public boolean isCached()
Specified by:
isCached in interface RequestFilterConfig

isPrivate

public boolean isPrivate()
Specified by:
isPrivate in interface RequestFilterConfig

getCacheTime

public String getCacheTime()
Specified by:
getCacheTime in interface RequestFilterConfig

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.