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.
|
java.lang.String |
getUrl() |
java.lang.String |
getVar() |
void |
setUrl(java.lang.String url) |
void |
setVar(java.lang.String var) |
addAttribute, getClassLoader, getInvokeMethod, setClassLoader, setClassName, setName, setVarAttribute
getTagLibrary
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public java.lang.String getVar()
public void setVar(java.lang.String var)
var
- the variable to store the class loader inpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the url to load the classes frompublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
doTag
in interface Tag
doTag
in class BeanTag
MissingAttributeException
JellyTagException
Copyright © 2012. All Rights Reserved.