Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.aspectj.weaver.tools.DefaultMatchingContext
Method Summary | |
void |
|
Object |
|
boolean |
|
void |
|
public void addContextBinding(String name, Object value)
Add a context binding with the given name and value
- Parameters:
name
-value
-
public Object getBinding(String contextParameterName)
- Specified by:
- getBinding in interface MatchingContext
public boolean hasContextBinding(String contextParameterName)
- Specified by:
- hasContextBinding in interface MatchingContext
public void removeContextBinding(String name)
Remove the context binding with the given name
- Parameters:
name
-