| org.apache.cocoon.xml.xlink.ExtendedXLinkPipe org.apache.cocoon.sitemap.LinkTranslator
Method Summary | |
public java.io.Serializable | getKey() Generate the unique key. | public SourceValidity | getValidity() Generate the validity object. | public void | setup(SourceResolver resolver, Map objectModel, String src, Parameters par) Set the SourceResolver , objectModel Map ,
the source and sitemap Parameters used to process the request. | 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) |
getKey | public java.io.Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
The generated key hashes the src |
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
The generated validity object or null if thecomponent is currently not cacheable. |
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)
|
|
|