railo.runtime.tag
Class ImportTag

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by 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


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ImportTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setPath(String path)
           
 void setPrefix(String prefix)
           
 void setTaglib(String taglib)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTag

public ImportTag()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl

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

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl


Copyright © 2012 Railo