Package 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
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractEventContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()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, wait, wait, wait 
- 
Methods inherited from interface org.apache.tapestry5.EventContext
get, getCount 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractEventContext
public AbstractEventContext()
 
 - 
 
- 
Method Detail
- 
toStrings
public String[] toStrings()
Description copied from interface:EventContextExtracts the value of each context value as a string.- Specified by:
 toStringsin interfaceEventContext- Returns:
 - context values
 
 
 - 
 
 -