| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION |
static int |
INPUT |
static int |
OUTPUT |
static int |
SESSION |
| Constructor and Description |
|---|
DependencyFilter(String source_key,
int source_scope,
String target_key,
int target_scope,
String attribute) |
DependencyFilter(String source_key,
int source_scope,
String target_key,
String attribute) |
DependencyFilter(String source_key,
String target_key) |
DependencyFilter(String source_key,
String target_key,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
void |
setThrowException(boolean throwException) |
void |
setTryField(boolean tryField) |
String |
toString() |
public static final int INPUT
public static final int OUTPUT
public static final int SESSION
public static final int APPLICATION
public DependencyFilter(String source_key, int source_scope, String target_key, String attribute)
public void setTryField(boolean tryField)
public void setThrowException(boolean throwException)
public String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.