org.jsxp.framework.elementprocessing
Interface ElementProcessor

All Known Implementing Classes:
AjaxBehaviour, HeadLink, MarkInvalid, RelativeUri, ResourceBundleValue

public interface ElementProcessor

Defines how view resources (for examples used for scripts that are needed by views and have to be included as a link to HTML head) are handled by the jsxp framework. There are different processor implementations for different task. You can implement your own processors and use them.


Method Summary
 void process(ViewController renderViewController)
          Process elements in the rendering view controller.
 

Method Detail

process

void process(ViewController renderViewController)
Process elements in the rendering view controller. Normally an element processor will be initialized with references to elements that will be processed during the phase ViewControllerLifeCycle.LifeCyclePhase.ELEMENTPROCESSING.

Parameters:
renderViewController -


Copyright © 2012 Oliver Szymanski & David Tanzer