org.apache.cocoon.taglib.core
Class SourceTag

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.taglib.TagSupport
          extended byorg.apache.cocoon.taglib.XMLProducerTagSupport
              extended byorg.apache.cocoon.taglib.core.SourceTag
All Implemented Interfaces:
LogEnabled, Poolable, Recyclable, Tag, XMLProducer, XMLProducerTag

public class SourceTag
extends XMLProducerTagSupport

Version:
CVS $Id: SourceTag.java 53977 2004-10-07 14:22:32Z vgritsenko $
Author:
Volker Schmitt

Field Summary
 
Fields inherited from class org.apache.cocoon.taglib.XMLProducerTagSupport
xmlConsumer
 
Fields inherited from class org.apache.cocoon.taglib.TagSupport
objectModel, parameters, parent, resolver
 
Fields inherited from interface org.apache.cocoon.taglib.Tag
EVAL_BODY, EVAL_PAGE, ROLE, SKIP_BODY
 
Constructor Summary
SourceTag()
           
 
Method Summary
 int doEndTag(String namespaceURI, String localName, String qName)
          Process the end tag for this instance.
 void recycle()
           
 void setSrc(String src)
           
 
Methods inherited from class org.apache.cocoon.taglib.XMLProducerTagSupport
setConsumer
 
Methods inherited from class org.apache.cocoon.taglib.TagSupport
doStartTag, findAncestorWithClass, findAttribute, getParent, setParent, setup
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.taglib.Tag
doStartTag, getParent, setParent, setup
 

Constructor Detail

SourceTag

public SourceTag()
Method Detail

setSrc

public void setSrc(String src)

doEndTag

public int doEndTag(String namespaceURI,
                    String localName,
                    String qName)
             throws SAXException
Description copied from interface: Tag
Process the end tag for this instance.

Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Returns:
EVAL_PAGE.
Throws:
SAXException

recycle

public void recycle()
Specified by:
recycle in interface Recyclable
Overrides:
recycle in class XMLProducerTagSupport


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.