|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.markup.MarkupWriterSourceImpl
public class MarkupWriterSourceImpl
Constructor Summary | |
---|---|
MarkupWriterSourceImpl()
|
Method Summary | |
---|---|
IMarkupWriter |
newMarkupWriter(java.io.PrintWriter writer,
ContentType contentType)
Creates and returns a new instance of IMarkupWriter . |
void |
setContributions(java.util.Map contributions)
|
void |
setLog(org.apache.commons.logging.Log log)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkupWriterSourceImpl()
Method Detail |
---|
public void setContributions(java.util.Map contributions)
public IMarkupWriter newMarkupWriter(java.io.PrintWriter writer, ContentType contentType)
MarkupWriterSource
IMarkupWriter
. The content
type is used to find the proper implemenation. Any additional content type data (after a ';')
is ignored.
newMarkupWriter
in interface MarkupWriterSource
writer
- The PrintWriter
to which the markup writer should send output.contentType
- Used to locate the correct markup writer implementation (used to select a
MarkupFilter
.
public void setLog(org.apache.commons.logging.Log log)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |