public class ListenerMapPropertyAccessor extends ognl.ObjectPropertyAccessor
IActionListener listeners provided by the
ListenerMap as read-only properties of the map.| Constructor and Description |
|---|
ListenerMapPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.util.Map context,
java.lang.Object target,
java.lang.Object name)
Checks to see if the ListenerMapImpl provides the named listener, returning the listener if
it does.
|
boolean |
hasGetProperty(java.util.Map context,
java.lang.Object target,
java.lang.Object oname)
Returns true if the ListenerMap contains the named listener, otherwise invokes
super-implementation.
|
public ListenerMapPropertyAccessor()
public java.lang.Object getProperty(java.util.Map context, java.lang.Object target, java.lang.Object name) throws ognl.OgnlException
getProperty in interface ognl.PropertyAccessorgetProperty in class ognl.ObjectPropertyAccessorognl.OgnlExceptionpublic boolean hasGetProperty(java.util.Map context, java.lang.Object target, java.lang.Object oname) throws ognl.OgnlException
hasGetProperty in class ognl.ObjectPropertyAccessorognl.OgnlException