org.apache.commons.jelly.tags.core
public class IncludeTag extends TagSupport
body, context, parent
Constructor and Description |
---|
IncludeTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.io.File |
getFile() |
boolean |
isExport() |
boolean |
isInherit() |
void |
setExport(java.lang.String export) |
void |
setFile(java.io.File file)
Sets the file to be included which is either an absolute file or a file
relative to the current directory
|
void |
setInherit(java.lang.String inherit) |
void |
setUri(java.lang.String uri)
Sets the URI (relative URI or absolute URL) for the script to evaluate.
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setInherit(java.lang.String inherit)
public void setExport(java.lang.String export)
public boolean isInherit()
public boolean isExport()
public java.io.File getFile()
public void setFile(java.io.File file)
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public void setUri(java.lang.String uri)
Copyright © 2014. All Rights Reserved.