ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.ValidatorType

Packages that use ValidatorType
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ValidatorType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return ValidatorType
 ValidatorType<T> ValidatorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ValidatorType<TldTaglibType<T>> TldTaglibType.getOrCreateValidator()
          If not already created, a new validator element with the given value will be created.
 ValidatorType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.getOrCreateValidator()
          If not already created, a new validator element with the given value will be created.
 ValidatorType<T> ValidatorType.removeAllDescription()
          Removes the description element
 ValidatorType<T> ValidatorType.removeAllInitParam()
          Removes all init-param elements
 ValidatorType<T> ValidatorType.removeValidatorClass()
          Removes the validator-class element
 ValidatorType<T> ValidatorType.validatorClass(String validatorClass)
          Sets the validator-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type ValidatorType
 ParamValueType<ValidatorType<T>> ValidatorType.createInitParam()
          Creates a new init-param element
 List<ParamValueType<ValidatorType<T>>> ValidatorType.getAllInitParam()
          Returns all init-param elements
 ParamValueType<ValidatorType<T>> ValidatorType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.