Uses of Class
org.milyn.cdr.SmooksResourceConfiguration

Packages that use SmooksResourceConfiguration
org.milyn Smooks Content Transformation/Analysis - *** STARTING POINT ***. 
org.milyn.cdr Smooks Configurations (Content Delivery Resources - CDR) Object Model. 
org.milyn.cdr.annotation   
org.milyn.delivery Content Delivery. 
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.event   
org.milyn.event.types   
org.milyn.javabean.decoders Pre-installed data type decoders. 
 

Uses of SmooksResourceConfiguration in org.milyn
 

Methods in org.milyn with parameters of type SmooksResourceConfiguration
static void SmooksUtil.registerResource(SmooksResourceConfiguration resourceConfig, Smooks smooks)
          Register a SmooksResourceConfiguration on the supplied Smooks instance.
 

Uses of SmooksResourceConfiguration in org.milyn.cdr
 

Methods in org.milyn.cdr that return SmooksResourceConfiguration
 SmooksResourceConfiguration SmooksResourceConfigurationList.get(int index)
          Get the SmooksResourceConfiguration instance at the specified index.
 SmooksResourceConfiguration[] SmooksResourceConfigurationStore.getSmooksResourceConfigurations(ProfileSet profileSet)
          Get all the SmooksResourceConfiguration entries registered on this context store for the specified profile set.
 SmooksResourceConfiguration[] SmooksResourceConfigurationList.getTargetConfigurations(ProfileSet profileSet)
          Get all SmooksResourceConfiguration entries targeted at the specified profile set.
 

Methods in org.milyn.cdr with parameters of type SmooksResourceConfiguration
 void SmooksResourceConfigurationList.add(SmooksResourceConfiguration config)
          Add a SmooksResourceConfiguration instance to this list.
 Object SmooksResourceConfigurationStore.getObject(SmooksResourceConfiguration resourceConfig)
          Load a Java Object defined by the supplied SmooksResourceConfiguration instance.
protected  double SmooksResourceConfigurationSortComparator.getSpecificity(SmooksResourceConfiguration resourceConfig)
          Get the specificity of the SmooksResourceConfiguration.
 void SmooksResourceConfigurationStore.registerResource(SmooksResourceConfiguration resourceConfig)
          Register a SmooksResourceConfiguration on this context store.
 void TokenizedStringParameterDecoder.setConfiguration(SmooksResourceConfiguration resourceConfig)
          Public constructor.
 

Method parameters in org.milyn.cdr with type arguments of type SmooksResourceConfiguration
static Parameter ParameterAccessor.getParameter(String name, Map<String,List<SmooksResourceConfiguration>> resourceConfigurations)
          Get the named parameter from the supplied resource config map.
 

Uses of SmooksResourceConfiguration in org.milyn.cdr.annotation
 

Methods in org.milyn.cdr.annotation with parameters of type SmooksResourceConfiguration
static
<U extends ContentHandler>
U
Configurator.configure(U instance, SmooksResourceConfiguration config)
          Configure the supplied ContentHandler instance using the supplied SmooksResourceConfiguration isntance.
static
<U extends ContentHandler>
U
Configurator.configure(U instance, SmooksResourceConfiguration config, ApplicationContext appContext)
          Configure the supplied ContentHandler instance using the supplied SmooksResourceConfiguration and ApplicationContext instances.
 

Uses of SmooksResourceConfiguration in org.milyn.delivery
 

Methods in org.milyn.delivery that return SmooksResourceConfiguration
 SmooksResourceConfiguration ContentHandlerConfigMap.getResourceConfig()
          Get the resource configuration.
protected  SmooksResourceConfiguration AbstractParser.getSaxDriverConfig()
           
static SmooksResourceConfiguration AbstractParser.getSAXParserConfiguration(ContentDeliveryConfig deliveryConfig)
          Get the SAX Parser configuration for the profile associated with the supplied delivery configuration.
 

Methods in org.milyn.delivery that return types with arguments of type SmooksResourceConfiguration
 List<SmooksResourceConfiguration> ConfigurationExpander.expandConfigurations()
          Get the additional configurations to be added to the delivery config by this ContentHandler.
 Map<String,List<SmooksResourceConfiguration>> ContentDeliveryConfig.getSmooksResourceConfigurations()
          Get the SmooksResourceConfiguration map for the target execution context.
 Map<String,List<SmooksResourceConfiguration>> AbstractContentDeliveryConfig.getSmooksResourceConfigurations()
          Get the SmooksResourceConfiguration map for the target execution context.
 

Methods in org.milyn.delivery with parameters of type SmooksResourceConfiguration
 void ContentHandlerConfigMapTable.addMapping(String selector, SmooksResourceConfiguration resourceConfig, T deliveryUnit)
          Add a delivery unit mapping for the specified selector.
 ContentHandler JavaContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
          Create a Java based ContentHandler instance.
 ContentHandler ContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
          Create the ContentHandler instance.
protected static boolean ContentDeliveryConfigBuilder.visitAfterAnnotationsOK(SmooksResourceConfiguration resourceConfig, ContentHandler contentHandler)
           
protected static boolean ContentDeliveryConfigBuilder.visitBeforeAnnotationsOK(SmooksResourceConfiguration resourceConfig, ContentHandler contentHandler)
           
 

Method parameters in org.milyn.delivery with type arguments of type SmooksResourceConfiguration
 void AbstractContentDeliveryConfig.setSmooksResourceConfigurations(Map<String,List<SmooksResourceConfiguration>> resourceConfigTable)
           
 

Constructors in org.milyn.delivery with parameters of type SmooksResourceConfiguration
AbstractParser(ExecutionContext execContext, SmooksResourceConfiguration saxDriverConfig)
          Public constructor.
ContentHandlerConfigMap(T contentHandler, SmooksResourceConfiguration resourceConfig)
          Public constructor.
 

Uses of SmooksResourceConfiguration in org.milyn.delivery.dom
 

Methods in org.milyn.delivery.dom with parameters of type SmooksResourceConfiguration
 void ProcessingSet.addProcessingUnit(DOMElementVisitor processingUnit, SmooksResourceConfiguration resourceConfig)
          Add to the ProcessingSet.
 

Constructors in org.milyn.delivery.dom with parameters of type SmooksResourceConfiguration
DOMParser(ExecutionContext execContext, SmooksResourceConfiguration saxDriverConfig)
          Public constructor.
 

Uses of SmooksResourceConfiguration in org.milyn.event
 

Methods in org.milyn.event that return SmooksResourceConfiguration
 SmooksResourceConfiguration ResourceBasedEvent.getResourceConfig()
           
 

Uses of SmooksResourceConfiguration in org.milyn.event.types
 

Methods in org.milyn.event.types that return SmooksResourceConfiguration
 SmooksResourceConfiguration ResourceTargetingEvent.getResourceConfig()
          Get the tagreted resource configuration.
 SmooksResourceConfiguration ElementVisitEvent.getResourceConfig()
           
 SmooksResourceConfiguration ConfigBuilderEvent.getResourceConfig()
           
 

Constructors in org.milyn.event.types with parameters of type SmooksResourceConfiguration
ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig, String message)
           
ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig, String message, Throwable thrown)
           
ResourceTargetingEvent(Object element, SmooksResourceConfiguration resourceConfig, Object... metadata)
          Event constructor.
ResourceTargetingEvent(Object element, SmooksResourceConfiguration resourceConfig, VisitSequence sequence, Object... metadata)
          Event constructor.
 

Uses of SmooksResourceConfiguration in org.milyn.javabean.decoders
 

Methods in org.milyn.javabean.decoders with parameters of type SmooksResourceConfiguration
 void MappingDecoder.setConfiguration(SmooksResourceConfiguration resourceConfig)
           
 void LocaleAwareDateDecoder.setConfiguration(SmooksResourceConfiguration resourceConfig)
           
 



Copyright © 2008. All Rights Reserved.