org.mmbase.bridge.jsp.taglib
Class XsltTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.XsltTag
- All Implemented Interfaces:
- BodyTag, IterationTag, Serializable, Tag
- public class XsltTag
- extends ContextReferrerTag
Has to live in a formatter tag, and can provide inline XSLT to it.
- Version:
- $Id: XsltTag.java,v 1.22 2006/03/24 18:00:30 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
|
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
|
void |
setExtends(String e)
If you use the extends attribute in stead of inline
then the caches can be invalidated (without parsing of xslt beforehand) |
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getLocale, getObject, getObjectConditional, getPageContext, getPageContextTag, getReferid, getString, getTaglibVersion, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsltTag
public XsltTag()
setExtends
public void setExtends(String e)
throws JspTagException
- If you use the extends attribute in stead of inline
then the caches can be invalidated (without parsing of xslt beforehand)
- Throws:
JspTagException- To Do:
- This has to be implemented still
doStartTag
public int doStartTag()
throws JspTagException
- Throws:
JspTagException
doEndTag
public int doEndTag()
throws JspTagException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class ContextReferrerTag
- Throws:
JspTagException
MMBase build 1.8.1.20060716