org.apache.tapestry5.internal
Class AbstractEventContext

java.lang.Object
  extended by org.apache.tapestry5.internal.AbstractEventContext
All Implemented Interfaces:
EventContext
Direct Known Subclasses:
ArrayEventContext, URLEventContext

public abstract class AbstractEventContext
extends Object
implements EventContext


Constructor Summary
AbstractEventContext()
           
 
Method Summary
 String toString()
           
 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: EventContext
Extracts the value of each context value as a string.

Specified by:
toStrings in interface EventContext
Returns:
context values

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.