|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.define.DefineTagSupport
org.apache.commons.jelly.tags.define.BeanTag
org.apache.commons.jelly.tags.define.ClassLoaderTag
public class ClassLoaderTag
Creates a new URLClassLoader to dynamically
load tags froms.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, parent |
| Constructor Summary | |
|---|---|
ClassLoaderTag()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.commons.jelly.tags.define.BeanTag |
|---|
addAttribute, getClassLoader, getInvokeMethod, setClassLoader, setClassName, setName, setVarAttribute |
| Methods inherited from class org.apache.commons.jelly.tags.define.DefineTagSupport |
|---|
getTagLibrary |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassLoaderTag()
| Method Detail |
|---|
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 from
public void doTag(XMLOutput output)
throws MissingAttributeException,
JellyTagException
Tag
doTag in interface TagdoTag in class BeanTagMissingAttributeException
JellyTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||