Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RequestFilterConfigImpl

public interface RequestFilterConfig
extends java.io.Serializable

Interface for the NuxeoRequestControllerFilter config for a given HttpServletRequest.

Author:
tiry

Method Summary
 java.lang.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

java.lang.String getCacheTime()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.