@Deprecated public abstract class AbstractActionFilter extends Object implements ActionFilter
Modifier and Type | Field and Description |
---|---|
protected String[] |
actions
Deprecated.
|
protected String |
id
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractActionFilter()
Deprecated.
|
protected |
AbstractActionFilter(String id,
String[] actions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractActionFilter |
clone()
Deprecated.
Returns a clone, useful for hot reload.
|
String |
getId()
Deprecated.
|
void |
setId(String id)
Deprecated.
|
String |
toString()
Deprecated.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
protected AbstractActionFilter(String id, String[] actions)
protected AbstractActionFilter()
public String getId()
getId
in interface ActionFilter
public void setId(String id)
setId
in interface ActionFilter
public AbstractActionFilter clone()
ActionFilter
clone
in interface ActionFilter
clone
in class Object
Copyright © 2018 Nuxeo. All rights reserved.