org.mmbase.bridge.jsp.taglib
Interface WriterReferrer

All Known Implementing Classes:
CompareTag

public interface WriterReferrer

A Tag which (sometimes) needs to refer to a Writer can implement this interface. For convenience, the implementation is in ContextReferrer, but conceptually this is not really correct.

Author:
Michiel Meeuwissen

Method Summary
 Writer findWriter()
          Returns the parent writer;
 void setWriter(java.lang.String w)
          A WriterReferrer has a 'writer' attribute.
 

Method Detail

setWriter

public void setWriter(java.lang.String w)
               throws javax.servlet.jsp.JspTagException
A WriterReferrer has a 'writer' attribute.

findWriter

public Writer findWriter()
                  throws javax.servlet.jsp.JspTagException
Returns the parent writer;


MMBase build 1.6.5.20030923