org.chenillekit.access.internal
Class CKUrlEventContext
java.lang.Object
org.chenillekit.access.internal.CKUrlEventContext
- All Implemented Interfaces:
- EventContext
public class CKUrlEventContext
- extends Object
- implements EventContext
This is class is actually a copy of the URLEventContext Tapestry5 internal
class which exists just cause the orginal one is in the .internal package.
Original author note: When the orignal one will be elevated to public
(if that will be the case) i will delete this one.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CKUrlEventContext
public CKUrlEventContext(ContextValueEncoder valueEncoder,
String[] elements)
get
public <T> T get(Class<T> desiredType,
int index)
- Specified by:
get in interface EventContext
getCount
public int getCount()
- Specified by:
getCount in interface EventContext
Copyright © 2008-2009 ChenilleKit. All Rights Reserved.