com.bstek.dorado.view.resolver
public class VelocityPageHeaderDirective extends AbstractDirective
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OUTPUT_CONTEXT_ATTRIBUTE |
logger| Constructor and Description |
|---|
VelocityPageHeaderDirective() |
| Modifier and Type | Method and Description |
|---|---|
protected OutputContext |
createOutputContext(java.io.Writer writer) |
java.lang.String |
getName() |
int |
getType() |
boolean |
render(org.apache.velocity.context.InternalContextAdapter contextAdapter,
java.io.Writer writer,
org.apache.velocity.runtime.parser.node.Node node) |
processExceptionpublic static final java.lang.String OUTPUT_CONTEXT_ATTRIBUTE
public java.lang.String getName()
getName in class org.apache.velocity.runtime.directive.Directivepublic int getType()
getType in class org.apache.velocity.runtime.directive.Directiveprotected OutputContext createOutputContext(java.io.Writer writer)
public boolean render(org.apache.velocity.context.InternalContextAdapter contextAdapter,
java.io.Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
throws java.io.IOException,
org.apache.velocity.exception.ResourceNotFoundException,
org.apache.velocity.exception.ParseErrorException,
org.apache.velocity.exception.MethodInvocationException
render in class org.apache.velocity.runtime.directive.Directivejava.io.IOExceptionorg.apache.velocity.exception.ResourceNotFoundExceptionorg.apache.velocity.exception.ParseErrorExceptionorg.apache.velocity.exception.MethodInvocationExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.