Uses of Class
org.milyn.delivery.VisitSequence

Packages that use VisitSequence
org.milyn.delivery Content Delivery. 
org.milyn.event.types   
 

Uses of VisitSequence in org.milyn.delivery
 

Methods in org.milyn.delivery that return VisitSequence
static VisitSequence VisitSequence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VisitSequence[] VisitSequence.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of VisitSequence in org.milyn.event.types
 

Methods in org.milyn.event.types that return VisitSequence
 VisitSequence ResourceTargetingEvent.getSequence()
           
 VisitSequence ElementVisitEvent.getSequence()
           
 

Constructors in org.milyn.event.types with parameters of type VisitSequence
ElementVisitEvent(Object element, ContentHandlerConfigMap configMapping, VisitSequence sequence)
           
ElementVisitEvent(Object element, ContentHandlerConfigMap configMapping, VisitSequence sequence, Throwable error)
           
ResourceTargetingEvent(Object element, SmooksResourceConfiguration resourceConfig, VisitSequence sequence, Object... metadata)
          Event constructor.
 



Copyright © 2008. All Rights Reserved.