Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.actions
Interface ActionFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractActionFilter, DefaultActionFilter, PageFlowActionFilter

public interface ActionFilter
extends java.io.Serializable

Author:
Bogdan Stefanescu

Method Summary
 boolean accept(Action action, ActionContext context)
           
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 

Method Detail

getId

java.lang.String getId()

setId

void setId(java.lang.String id)

accept

boolean accept(Action action,
               ActionContext context)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.