org.apache.tapestry5.internal
Class AbstractEventContext
java.lang.Object
org.apache.tapestry5.internal.AbstractEventContext
- All Implemented Interfaces:
- EventContext
- Direct Known Subclasses:
- ArrayEventContext, URLEventContext
public abstract class AbstractEventContext
- extends Object
- implements EventContext
|
Method Summary |
String[] |
toStrings()
Extracts the value of each context value as a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEventContext
public AbstractEventContext()
toStrings
public String[] toStrings()
- Description copied from interface:
EventContext
- Extracts the value of each context value as a string.
- Specified by:
toStrings in interface EventContext
- Returns:
- context values
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.