org.apache.cocoon.portal.transformation |
|
Java Source File Name | Type | Comment |
AbstractCopletTransformer.java | Class | Abstract transformer implementation that provides some useful methods and
functionality. |
CopletTransformer.java | Class | This transformer offers various functions for developing pipeline based coplets. |
EventLinkTransformer.java | Class | This transformer searches for event descriptions in the XML.
For each one an event is created and the event link is inserted into the XML
instead of the description.
Example:
<root xmlns:event="http://apache.org/cocoon/portal/eventlink/1.0">
<event:event attribute="href">
<a href="http://eventlinkexample"/>
</event:event>
<event:event element="uri">
<link><uri>http://eventlinkexample</uri></link>
</event:event>
</root>
The transformer will create two CopletLinkEvents and insert corresponding links
to them to the XML instead of "http://eventlinkexample". |
HTMLEventLinkTransformer.java | Class | This transformer transforms html actions into events.
The transformer listens for the element a and form. |
HTMLRootTransformer.java | Class | This transformer is an utility transformer for dealing with (x)html content. |
LinkTransformer.java | Class | This Transformer deals with tags containing links to external applications that need to be converted so
that not the external application will be called directly but the request gets routed via the cocoon portal
(either via proxy transformer or proxy reader). |
NewEventLinkTransformer.java | Class | This transformer is used to replace links (URIs) from elements
like <a href="URI"> or <form action="URI"> with portal
event uris. |
ProxyTransformer.java | Class | This transformer is used to insert the XHTML data from an request
to an external application at the specified element ("envelope-tag" parameter).
Nesessary connection data for the external request like sessionid, cookies,
documentbase, the uri, etc. |
RSSTransformer.java | Class | This transformer records the content of all description elements
and tries to interpret them as valid XML. |