railo.runtime.tag
Class ImportTag
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.ImportTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class ImportTag
- extends TagImpl
this tag is not used, it will ranslation over a evaluator
Imports a jsp Tag Library or a Custom Tag Directory
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
ImportTag
public ImportTag()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
TagImpl.release()
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix
-
setPath
public void setPath(String path)
setTaglib
public void setTaglib(String taglib)
- Parameters:
taglib
-
doStartTag
public int doStartTag()
throws ExpressionException,
ApplicationException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
ExpressionException
ApplicationException
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
Copyright © 2012 Railo