|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.formatter.AbstractFormatter | +--org.apache.cocoon.formatter.WMLFormatter
Constructor Summary | |
WMLFormatter()
|
Method Summary | |
void |
format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary p)
Prints the give document into a page. |
java.lang.String |
getMIMEType()
Returns the MIME type used by this formatter for output. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
Methods inherited from class org.apache.cocoon.formatter.AbstractFormatter |
getFormat |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public WMLFormatter()
Method Detail |
public void format(org.w3c.dom.Document document, java.io.Writer writer, java.util.Dictionary p) throws java.lang.Exception
public java.lang.String getMIMEType()
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |