org.chenillekit.access.internal
Class CKUrlEventContext

java.lang.Object
  extended by 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$

Constructor Summary
CKUrlEventContext(ContextValueEncoder valueEncoder, String[] elements)
           
 
Method Summary
<T> T
get(Class<T> desiredType, int index)
           
 int getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CKUrlEventContext

public CKUrlEventContext(ContextValueEncoder valueEncoder,
                         String[] elements)
Method Detail

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.