org.jsxp.framework.elementprocessing
Class ElementProcessorCommand

java.lang.Object
  extended by org.jsxp.framework.elementprocessing.ElementProcessorCommand
All Implemented Interfaces:
java.io.Serializable

public abstract class ElementProcessorCommand
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Constructor Summary
ElementProcessorCommand()
           
 
Method Summary
abstract  Element process()
          Process method
 void renewCommand()
          put the command again in the user session, so it is available for another call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ElementProcessorCommand

public ElementProcessorCommand()
Method Detail

process

public abstract Element process()
Process method


renewCommand

public void renewCommand()
put the command again in the user session, so it is available for another call



Copyright © 2012 Oliver Szymanski & David Tanzer