public class ClassLoaderTag extends BeanTag
URLClassLoader to dynamically
load tags froms.body, context, parent| Constructor and Description |
|---|
ClassLoaderTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getUrl() |
String |
getVar() |
void |
setUrl(String url) |
void |
setVar(String var) |
addAttribute, getClassLoader, getInvokeMethod, setClassLoader, setClassName, setName, setVarAttributegetTagLibraryfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic String getVar()
public void setVar(String var)
var - the variable to store the class loader inpublic String getUrl()
public void setUrl(String url)
url - the url to load the classes frompublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
TagdoTag in interface TagdoTag in class BeanTagMissingAttributeExceptionJellyTagExceptionCopyright © 2014. All rights reserved.