| org.apache.cocoon.xml.xlink.ExtendedXLinkPipe org.apache.lenya.cms.cocoon.serialization.LinkSerializer
Method Summary | |
public String | getMimeType() Get the mime-type of the output of this Component . | public void | recycle() | public void | setOutputStream(OutputStream out) Set the
OutputStream where the requested resource should be serialized. | public boolean | shouldSetContentLength() | public void | simpleLink(String href, String role, String arcrole, String title, String show, String actuate, String uri, String name, String raw, Attributes attr) | public void | startLocator(String href, String role, String title, String label, String uri, String name, String raw, Attributes attr) |
getMimeType | public String getMimeType()(Code) | | Get the mime-type of the output of this Component .
|
recycle | public void recycle()(Code) | | Recyclable
|
shouldSetContentLength | public boolean shouldSetContentLength()(Code) | | Test if the component wants to set the content length
|
Methods inherited from org.apache.cocoon.xml.xlink.ExtendedXLinkPipe | protected static Set arrayToSet(Object[] array)(Code)(Java Doc) public void simpleLink(String href, String role, String arcrole, String title, String show, String actuate, String uri, String name, String raw, Attributes attr) throws SAXException(Code)(Java Doc) public void startElement(String uri, String name, String raw, Attributes attr) throws SAXException(Code)(Java Doc)
|
|
|