| org.apache.lenya.cms.cocoon.transformation.AbstractLinkTransformer org.apache.lenya.cms.cocoon.transformation.UrlToUuidTransformer
UrlToUuidTransformer | public class UrlToUuidTransformer extends AbstractLinkTransformer (Code) | |
URL to UUID transformer.
This transformer is applied to an XHMTL document. It processes all URL-based
links to links following the
LinkResolver syntax.
$Id: LinkRewritingTransformer.java,v 1.7 2004/03/16 11:12:16 gregor
|
Methods inherited from org.apache.lenya.cms.cocoon.transformation.AbstractLinkTransformer | public void configure(Configuration config) throws ConfigurationException(Code)(Java Doc) public void endElement(String uri, String name, String qname) throws SAXException(Code)(Java Doc) protected boolean existsMatchingConfiguration(String namespace, String localName)(Code)(Java Doc) protected String getCacheKey(String namespace, String localName)(Code)(Java Doc) abstract protected LinkRewriter getLinkRewriter()(Code)(Java Doc) protected Set getMatchingConfigurations(String namespace, String localName, Attributes attrs)(Code)(Java Doc) protected void handleLink(String linkUrl, AttributeConfiguration config, AttributesImpl newAttrs) throws Exception(Code)(Java Doc) protected void setAttribute(AttributesImpl attr, String name, String value)(Code)(Java Doc) public void startElement(String uri, String name, String qname, Attributes attrs) throws SAXException(Code)(Java Doc)
|
|
|