Uses of Interface
org.jsxp.framework.elementprocessing.ElementProcessor

Packages that use ElementProcessor
org.jsxp.framework   
org.jsxp.framework.elementprocessing.processors   
 

Uses of ElementProcessor in org.jsxp.framework
 

Methods in org.jsxp.framework that return ElementProcessor
 ElementProcessor[] ValidationError.getElementProcessors()
          Gets the element processors to process for that error
 

Methods in org.jsxp.framework with parameters of type ElementProcessor
 void ViewController.addElementProcessor(ElementProcessor elementProcessor)
          Adds an element processor to this view controller.
 void Validator.addValidationError(java.lang.String message, ElementProcessor... elementProcessors)
          Adds the validation error.
 void ValidationError.setElementProcessors(ElementProcessor... elementProcessors)
          Sets the element processors to process for that error
 void Validator.validate(boolean condition, java.lang.String message, ElementProcessor... elementProcessors)
          Validates a condition and add an validation error in one step
 

Constructors in org.jsxp.framework with parameters of type ElementProcessor
ValidationError(java.lang.String message, ElementProcessor... elementProcessors)
          Instantiates a new validation error.
 

Uses of ElementProcessor in org.jsxp.framework.elementprocessing.processors
 

Classes in org.jsxp.framework.elementprocessing.processors that implement ElementProcessor
 class AjaxBehaviour
          This processor will enable Elements with Ajax behaviour.
 class HeadLink
          This processor renders a resource that a view controller uses as a link in the HTML-head.
 class MarkInvalid
          This processor will mark an element as invalid by enabling a red border around it and setting a message as a title.
 class RelativeUri
          Implementation for ResourceBundleValue for web environments.
 class ResourceBundleValue
          Defines how resource are handled by the jsxp framework.
 



Copyright © 2012 Oliver Szymanski & David Tanzer