Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.requestcontroller.service
Interface RequestFilterConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
RequestFilterConfigImpl

public interface RequestFilterConfig
extends Serializable

Interface for the NuxeoRequestControllerFilter config for a given HttpServletRequest.

Author:
tiry

Method Summary
 String getCacheTime()
           
 boolean isCached()
           
 boolean isPrivate()
           
 boolean needSynchronization()
           
 boolean needTransaction()
           
 

Method Detail

needSynchronization

boolean needSynchronization()

needTransaction

boolean needTransaction()

isCached

boolean isCached()

isPrivate

boolean isPrivate()

getCacheTime

String getCacheTime()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.