Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, RequestFilterConfig

public class RequestFilterConfigImpl
extends java.lang.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, java.lang.String cacheTime)
           
 
Method Summary
 java.lang.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,
                               java.lang.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 java.lang.String getCacheTime()
Specified by:
getCacheTime in interface RequestFilterConfig

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.