Uses of Interface
org.milyn.delivery.dom.DOMVisitBefore

Packages that use DOMVisitBefore
org.milyn.cdr.extension Smooks Configuration Extension Classes. 
org.milyn.db   
org.milyn.delivery Content Delivery. 
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.io   
 

Uses of DOMVisitBefore in org.milyn.cdr.extension
 

Classes in org.milyn.cdr.extension that implement DOMVisitBefore
 class CloneResourceConfig
          Create a new SmooksResourceConfiguration by cloning the current resource.
 class MapToResourceConfigFromAttribute
          Map a property value onto the current SmooksResourceConfiguration based on an element attribute value.
 class MapToResourceConfigFromParentConfig
          Map a property value from a parent SmooksResourceConfiguration and onto the current SmooksResourceConfiguration.
 class MapToResourceConfigFromText
          Map a property value onto the current SmooksResourceConfiguration based on an elements text content.
 class NewResourceConfig
          Create a new SmooksResourceConfiguration.
 class SetOnResourceConfig
          Set a static value on the current SmooksResourceConfiguration.
 

Uses of DOMVisitBefore in org.milyn.db
 

Classes in org.milyn.db that implement DOMVisitBefore
 class AbstractDataSource
          DataSource management resource.
 class DirectDataSource
          Direct DataSource.
 class JndiDataSource
          Jndi based DataSource.
 

Uses of DOMVisitBefore in org.milyn.delivery
 

Classes in org.milyn.delivery that implement DOMVisitBefore
 class DomModelCreator
          DOM Node Model creator.
 

Uses of DOMVisitBefore in org.milyn.delivery.dom
 

Subinterfaces of DOMVisitBefore in org.milyn.delivery.dom
 interface DOMElementVisitor
          Element Visitor (GoF) interface for DOM.
 

Methods in org.milyn.delivery.dom that return types with arguments of type DOMVisitBefore
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getAssemblyVisitBefores()
           
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getProcessingVisitBefores()
           
 

Method parameters in org.milyn.delivery.dom with type arguments of type DOMVisitBefore
 void DOMContentDeliveryConfig.setAssemblyVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> assemblyVisitBefores)
           
 void DOMContentDeliveryConfig.setProcessingVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> processingVisitBefores)
           
 

Uses of DOMVisitBefore in org.milyn.io
 

Classes in org.milyn.io that implement DOMVisitBefore
 class AbstractOutputStreamResource
          AbstractOuputStreamResource is the base class for handling output stream resources in Smooks.
 



Copyright © 2008. All Rights Reserved.