Uses of Interface
org.apache.commons.latka.event.LatkaEventInfo

Packages that use LatkaEventInfo
org.apache.commons.latka   
org.apache.commons.latka.jelly   
org.apache.commons.latka.jelly.validators   
 

Uses of LatkaEventInfo in org.apache.commons.latka
 

Classes in org.apache.commons.latka that implement LatkaEventInfo
 class DefaultLatkaEventInfo
          The base class for several 'reporters'.
 

Uses of LatkaEventInfo in org.apache.commons.latka.jelly
 

Methods in org.apache.commons.latka.jelly that return LatkaEventInfo
 LatkaEventInfo JellyUtils.getLatkaEventInfo(org.apache.commons.jelly.JellyContext context)
          Return the LatkaEventInfo for the context, or null if none has been set
 

Methods in org.apache.commons.latka.jelly with parameters of type LatkaEventInfo
 void JellyUtils.setLatkaEventInfo(org.apache.commons.jelly.JellyContext context, LatkaEventInfo info)
          Provide a LatkaEventInfo object.
 

Uses of LatkaEventInfo in org.apache.commons.latka.jelly.validators
 

Fields in org.apache.commons.latka.jelly.validators declared as LatkaEventInfo
protected  LatkaEventInfo HttpValidatorTagSupport._listener
          the listener handling request success/failure etc
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.