ro.isdc.wro.http.taglib
Class AbstractResourceTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by ro.isdc.wro.http.taglib.AbstractResourceTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public abstract class AbstractResourceTag
extends javax.servlet.jsp.tagext.TagSupport

Author:
Alex Objelean
See Also:
Serialized Form

Field Summary
protected  String source
          The source path
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
AbstractResourceTag()
           
 
Method Summary
 void release()
          
 void setSource(String source)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected String source
The source path

Constructor Detail

AbstractResourceTag

public AbstractResourceTag()
Method Detail

setSource

public void setSource(String source)
Parameters:
source - the source to set

release

public void release()

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport


Copyright © 2008-2013. All Rights Reserved.