org.apache.cocoon.taglib.core
Class SourceTag
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.taglib.TagSupport
org.apache.cocoon.taglib.XMLProducerTagSupport
org.apache.cocoon.taglib.core.SourceTag
- All Implemented Interfaces:
- Component, LogEnabled, Poolable, Recyclable, Tag, XMLProducer, XMLProducerTag
- public class SourceTag
- extends XMLProducerTagSupport
- Version:
- CVS $Id: SourceTag.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Volker Schmitt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceTag
public SourceTag()
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-2006 The Apache Software Foundation. All Rights Reserved.