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.
|
File |
getFile() |
boolean |
isExport() |
boolean |
isInherit() |
void |
setExport(String export) |
void |
setFile(File file)
Sets the file to be included which is either an absolute file or a file
relative to the current directory
|
void |
setInherit(String inherit) |
void |
setUri(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(String inherit)
public void setExport(String export)
public boolean isInherit()
public boolean isExport()
public File getFile()
public void setFile(File file)
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public void setUri(String uri)
Copyright © 2014 Apache Software Foundation. All rights reserved.