railo.runtime.tag
Class Sprite

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Sprite
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Sprite
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Sprite()
           
 
Method Summary
 int _doStartTag()
           
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void set_id(String _id)
           
 void set_ids(String _ids)
           
 void set_srcs(String _srcs)
           
 void setSrc(String src)
           
 
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

Sprite

public Sprite()
Method Detail

release

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

set_ids

public void set_ids(String _ids)

set_id

public void set_id(String _id)

set_srcs

public void set_srcs(String _srcs)

setSrc

public void setSrc(String src)

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException
See Also:
Tag.doStartTag()

_doStartTag

public int _doStartTag()
                throws Throwable
Throws:
Throwable

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