org.oXML.engine.template
Class ProgramTemplate
java.lang.Object
org.oXML.engine.template.ProgramTemplate
- All Implemented Interfaces:
- Template
- public class ProgramTemplate
- extends java.lang.Object
- implements Template
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramTemplate
public ProgramTemplate(Parameter[] params,
Template body,
java.lang.String contenttype)
getContentType
public java.lang.String getContentType()
getParameters
public Parameter[] getParameters()
getParameterNames
public Name[] getParameterNames()
getParameter
public Node getParameter(Name name)
setParameter
public void setParameter(Name name,
Node value)
throws ObjectBoxException
- Throws:
ObjectBoxException
process
public void process(RuntimeContext env)
throws ObjectBoxException
- Specified by:
process in interface Template
- Throws:
ObjectBoxException