Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5 » [javadoc | source]
org.apache.tapestry5
public interface: EventContext [javadoc | source]

All Known Implementing Classes:
    EmptyEventContext, URLEventContext

A collection of parameters that may eventually be passed to an event handler method. Includes the ability to coerce or encode parameters as needed.
Method from org.apache.tapestry5.EventContext Summary:
get,   getCount
Method from org.apache.tapestry5.EventContext Detail:
 public T get(Class<T> desiredType,
    int index)
    Extracts a parameter value and coerces or decodes it to the desired type.
 public int getCount()
    Returns the number of parameter values that can be extracted.