Uses of Interface
org.apache.cocoon.sitemap.SitemapModelComponent

Packages that use SitemapModelComponent
org.apache.cocoon.ant   
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.forms.generation   
org.apache.cocoon.forms.transformation   
org.apache.cocoon.generation   
org.apache.cocoon.generation.asciiart   
org.apache.cocoon.mail.transformation   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.reading   
org.apache.cocoon.portal.transformation   
org.apache.cocoon.reading   
org.apache.cocoon.sitemap   
org.apache.cocoon.slop.generation   
org.apache.cocoon.transformation   
org.apache.cocoon.transformation.constrained   
org.apache.cocoon.transformation.pagination   
org.apache.cocoon.webapps.authentication.generation   
org.apache.cocoon.webapps.portal.generation   
org.apache.cocoon.webapps.session.transformation   
org.apache.cocoon.woody.generation   
org.apache.cocoon.woody.transformation   
 

Uses of SitemapModelComponent in org.apache.cocoon.ant
 

Classes in org.apache.cocoon.ant that implement SitemapModelComponent
 class AntBuildGenerator
          A Cocoon Generator that runs an Ant build file
 

Uses of SitemapModelComponent in org.apache.cocoon.components.language.markup.xsp
 

Classes in org.apache.cocoon.components.language.markup.xsp that implement SitemapModelComponent
 class JSGenerator
          Class representing interpreted XSP-generated ServerPagesGenerator programs written in Javascript language
 class PythonGenerator
          Class representing interpreted XSP-generated ServerPagesGenerator programs written in Python language
 class XSPGenerator
          Base class for XSP-generated ServerPagesGenerator classes
 

Uses of SitemapModelComponent in org.apache.cocoon.forms.generation
 

Classes in org.apache.cocoon.forms.generation that implement SitemapModelComponent
 class FormsGenerator
          A generator that streams an XML representation of a Form.
 

Uses of SitemapModelComponent in org.apache.cocoon.forms.transformation
 

Classes in org.apache.cocoon.forms.transformation that implement SitemapModelComponent
 class FormsTemplateTransformer
          See description of WidgetReplacingPipe.
 

Uses of SitemapModelComponent in org.apache.cocoon.generation
 

Subinterfaces of SitemapModelComponent in org.apache.cocoon.generation
 interface Generator
          A generator is the starting point of a pipeline.
 

Classes in org.apache.cocoon.generation that implement SitemapModelComponent
 class AbstractGenerator
          An abstract class that can be used to implement an own generator.
 class AbstractServerPage
          Base implementation of ServerPagesGenerator.
 class CalendarGenerator
          Generates an XML document representing a calendar for a given month and year.
 class ComposerGenerator
          Deprecated. Use the ServiceableGenerator instead.
 class DirectoryGenerator
          Generates an XML directory listing.
 class EventCacheGenerator
          Generator wrapper that forwards generation to to its delegate but overides its caching strategy by replacing it with an event-cache aware implementation.
 class FileGenerator
           
 class FragmentExtractorGenerator
          The generation half of FragmentExtractor.
 class GarbageGenerator
           
 class GenericProxyGenerator
          This is a generic HTTP proxy, designed to handle any possible HTTP method, but with a particular bias towards WebDAV.
 class HTMLGenerator
           
 class HttpProxyGenerator
          The HttpProxyGenerator is a Cocoon generator using the Jakarta Commons HTTPClient Library to access an XML stream over HTTP.
 class ImageDirectoryGenerator
          An extension of DirectoryGenerators that adds extra attributes for image files.
 class IMAPGenerator
          Generates an XML listing of messages from an IMAP mail server.
 class JellyGenerator
          The JellyGenerator executes jelly scripts using the Jakarta Jelly engine as a Cocoon Generator.
 class JSPGenerator
          Allows Servlets and JSPs to be used as a generator.
 class JXTemplateGenerator
          (JX for Apache JXPath and Apache Jexl).
static class JXTemplateGenerator.TransformerAdapter
          Adapter that makes this generator usable as a transformer (Note there is a performance penalty for this however: you effectively recompile the template for every instance document)
 class LinkStatusGenerator
          Generates a list of links that are reachable from the src and their status.
 class MP3DirectoryGenerator
          An extension of DirectoryGenerators that adds extra attributes for MP3 files.
 class ParseExceptionGenerator
          Exception generator.
 class PhpGenerator
          Allows PHP to be used as a generator.
 class ProfilerGenerator
          Generates an XML representation of the current status of Profiler.
 class RequestAttributeGenerator
          The RequestAttributeGenerator is a class that reads XML from a request attribute and generates SAX Events.
 class RequestGenerator
          Generates an XML representation of the incoming request.
 class ScriptGenerator
          The Scriptgenerator executes arbitraty scripts using the BSF framework and additional interpreter (Rhino, Jython, etc.) as a Cocoon Generator.
 class SearchGenerator
          Generates an XML representation of a search result.
 class ServerPagesGenerator
          This class acts as a proxy to a dynamically loadedGenerator delegating actual SAX event generation.
 class ServiceableGenerator
          A default implementation that can be used for writing own generators.
 class ServletGenerator
           
 class SessionAttributeGenerator
          Generates a document from a session attribute.
 class StatusGenerator
          Generates an XML representation of the current status of Cocoon.
 class StreamGenerator
          The StreamGenerator is a class that reads XML from a request InputStream and generates SAX Events.
 class SWFGenerator
          uses the project http://developer.berlios.de/projects/spark-xml/
 class TextGenerator
          Read a plain text file and produce a valid XML file.
 class TraversableGenerator
          Generates an XML source hierarchy listing from a Traversable Source.
 class TraversableSourceDescriptionGenerator
          This Generator augments the output of the TraversableGenerator.
 class TraxGenerator
          XSLT Generator: works by taking a Java Bean as an input "document"
 class VelocityGenerator
          Cocoon Generator that produces dynamic XML SAX events from a Velocity template file.
 class WebServiceProxyGenerator
          The WebServiceProxyGenerator is intended to: 1) Allow easy syndication of dynamic interactive content as a natural extension of the currently popular static content syndication with RSS. 2) Allow transparent routing of web service request through GET, POST, SOAP-RPC and SOAP-DOC binding methods. 3) Allow almost full control through sitemap configuration. 4) Allow use of Cocoon components for content formatting, aggregation and styling through a tight integration with the Cocoon sitemap. 5) Require 0 (zero) lines of Java or other business logic code in most cases. 6) Be generic and flexible enough to allow custom extensions for advanced and non-typical uses. 7) Support sessions, authentication, http 1.1, https, request manipulation, redirects following, connection pooling, and others. 8) Use the Jakarta HttpClient library which provides many sophisticated features for HTTP connections. 9) (TBD) Use Axis for SOAP-RPC and SOAP-DOC bindings.
 class XMidiGenerator
          Reads a standard MIDI file and generates SAX Events.
 class XMLDBCollectionGenerator
          Deprecated. Use the XML:DB pseudo protocol instead.
 class XMLDBGenerator
          Deprecated. Use the XML:DB pseudo protocol instead.
 class XPathDirectoryGenerator
           Generates an XML directory listing performing XPath queries on XML files.
 class XPathTraversableGenerator
          Generates an XML collection listing performing XPath queries on XML sources.
 

Uses of SitemapModelComponent in org.apache.cocoon.generation.asciiart
 

Classes in org.apache.cocoon.generation.asciiart that implement SitemapModelComponent
 class AsciiArtSVGGenerator
          A simple AsciiArt text SVG XML generator.
 

Uses of SitemapModelComponent in org.apache.cocoon.mail.transformation
 

Classes in org.apache.cocoon.mail.transformation that implement SitemapModelComponent
 class SendMailTransformer
          The SendMailTransformer send mails using SMTP including attachments with the specific parameters read from a configuration-file and delivers furthermore a report, where a state to each sent mail can bee seen.
 

Uses of SitemapModelComponent in org.apache.cocoon.portal.coplets.basket
 

Classes in org.apache.cocoon.portal.coplets.basket that implement SitemapModelComponent
 class BasketContentGenerator
          This is a generator that display the content of one item
 class BasketGenerator
          This is a portlet that displays the contents of a basket
 class BasketTransformer
          This transformer supports the basket feature.
 

Uses of SitemapModelComponent in org.apache.cocoon.portal.reading
 

Classes in org.apache.cocoon.portal.reading that implement SitemapModelComponent
 class ProxyReader
          This reader is used to retrieve non XML content from external applications routet via the portal site.
 

Uses of SitemapModelComponent in org.apache.cocoon.portal.transformation
 

Classes in org.apache.cocoon.portal.transformation that implement SitemapModelComponent
 class AbstractCopletTransformer
          Abstract transformer implementation that provides a method getCopletInstanceData().
 class CopletTransformer
          This transformer offers various functions for developing pipeline based coplets.
 class EventLinkTransformer
          This transformer searches for event descriptions in the XML.
 class HTMLEventLinkTransformer
          This transformer extends transforms html actions into events.
 class HTMLRootTransformer
          This transformer simply adds an html and a body element around the sax stream.
 class LinkTransformer
          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).
 class NewEventLinkTransformer
          This transformer ist used to replace links (URIs) from elements like <a href="URI"> or <form action="URI"> with portal event uris.
 class ProxyTransformer
          This transformer is used to insert the XHTML data from an request to an external application at the specified element ("envelope-tag" parameter).
 class RSSTransformer
          This transformer records the content of all description elements and tries to interpret them as valid XML.
 

Uses of SitemapModelComponent in org.apache.cocoon.reading
 

Subinterfaces of SitemapModelComponent in org.apache.cocoon.reading
 interface Reader
          A reader can be used to generate binary output for a request.
 

Classes in org.apache.cocoon.reading that implement SitemapModelComponent
 class AbstractReader
          A reader can be used to generate binary output for a request.
 class AxisRPCReader
          SOAP Reader This reader accepts a SOAP Request, and generates the resultant response as output.
 class ComposerReader
          Deprecated. Use the ServiceableReader instead
 class DatabaseReader
          This Reader pulls a resource from a database.
 class DirectoryZipArchiver
          The DirectoryZipArchiver component creates a compressed zip archive of the files contained in the directory passed with 'src'.
 class ImageReader
          The ImageReader component is used to serve binary image data in a sitemap pipeline.
 class JSPReader
          The JSPReader component is used to serve Servlet and JSP page output data in a sitemap pipeline.
 class ResourceReader
          The ResourceReader component is used to serve binary data in a sitemap pipeline.
 class ServiceableReader
          The serviceable reader will allow any Reader implementation that extends this to access other Avalon components.
 

Uses of SitemapModelComponent in org.apache.cocoon.sitemap
 

Classes in org.apache.cocoon.sitemap that implement SitemapModelComponent
 class ContentAggregator
          This generator implements the sitemap content aggregation.
 class LinkGatherer
           
 class LinkTranslator
           
 class NotifyingGenerator
          Generates an XML representation of the current notification.
 

Uses of SitemapModelComponent in org.apache.cocoon.slop.generation
 

Classes in org.apache.cocoon.slop.generation that implement SitemapModelComponent
 class SlopGenerator
          SlopGenerator: Simple Line-Oriented Parsing of text files.
 

Uses of SitemapModelComponent in org.apache.cocoon.transformation
 

Subinterfaces of SitemapModelComponent in org.apache.cocoon.transformation
 interface Transformer
           
 

Classes in org.apache.cocoon.transformation that implement SitemapModelComponent
 class AbstractDOMTransformer
          An Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document.
 class AbstractExtractionTransformer
          This transformer sieves an incoming stream of xml and feeds a DOMBuilder with it.
 class AbstractSAXTransformer
          This class is the basis for all transformers.
 class AbstractTransformer
           
 class AugmentTransformer
          Augments all href attributes with the full path to the request.
 class BetwixtTransformer
          Betwixt transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events.
 class CachingCIncludeTransformer
          Deprecated. This transformer violates the avalon/cocoon design principles
 class CastorTransformer
          Castor transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events.
 class CIncludeTransformer
          This transformer triggers for the element include in the namespace "http://apache.org/cocoon/include/1.0".
 class DASLTransformer
          This transformer performs DASL queries on DASL-enabled WebDAV servers.
 class DeliTransformer
          This Transformer is used to transform this incoming SAX stream using a XSLT stylesheet and have parameters available to the stylesheet augmented by the DELI CC/PP user-agent profile database This transformer extends the default TraxTransformer and thus inherits all the properties and configuration parameters of that transformer.
 class EncodeURLTransformer
          The encodeURL transformer emits encoded URLs.
 class ExtendedParserTransformer
           
 class FilterTransformer
          The filter transformer can be used to let only an amount of elements through in a given block.
 class FragmentExtractorTransformer
          The transformation half of the FragmentExtractor.
 class HTMLTransformer
          Unstable transformer: converts (escaped) HTML snippets into JTidied HTML.
 class I18nTransformer
          Internationalization transformer is used to transform i18n markup into text based on a particular locale.
 class JPathTransformer
          JPath Transformer.
 class JXTemplateTransformer
          Transformer adapter for JXTemplateGenerator
 class LDAPTransformer
          The LDAPTransformer can be plugged into a pipeline to transform the SAX events into queries and responses to/from a LDAP interface.
 class LexicalTransformer
          This transfomer transforms special mark text part of a XML file into lexemes by using a lexicon file.
 class LinkRewriterTransformer
          Rewrites URIs in links to a value determined by an InputModule.
 class LogTransformer
          The LogTransformer is a class that can be plugged into a pipeline to print the SAX events which passes thru this transformer in a readable form to a file.
 class LuceneIndexTransformer
          A lucene index creation transformer.
 class ParserTransformer
          This transfomer transforms lexical tokens in a XML file into a XML hirachy by using a grammar file.
 class PatternTransformer
          This transfomer transforms text pattern of a XML file into lexemes by using a lexicon file.
 class ReadDOMSessionTransformer
          With this transformer, an object that is stored in the session, can be inserted in the SAX stream at a given position, using usual <xsp:expr> rules.
 class RoleFilterTransformer
          Filter XML fragments based on a user's role.
 class ServiceableTransformer
          This class can be used as a base class for own transformer implementations that need to lookup other components.
 class SimpleFormInstanceExtractionTransformer
          This transformer sieves an incoming stream of xml and extracts a document fragment from it depending on a given tag and stores the fragment using an OutputModule with a name based an attribute of another enclosing tag.
 class SimpleFormTransformer
          Eliminates the need for XSP to use FormValidatorAction or HTML forms.
 class SourcePropsWritingTransformer
          This transformer allows you to set and remove properties on an InspectableSource.
 class SourceWritingTransformer
          This transformer allows you to output to a ModifiableSource.
 class SQLTransformer
           
 class TagTransformer
          Transformer which implements the dynamic Tag functionalty.
 class TraxTransformer
          This Transformer is used to transform the incoming SAX stream using a TrAXProcessor.
 class VariableRewriterTransformer
          Rewrites URIs in links to a value determined by an InputModule.
 class Web3RfcTransformer
          TBD
 class WriteDOMSessionTransformer
          Make a DOM object from SAX events and write it to the session.
 class XIncludeTransformer
          Implementation of an XInclude transformer.
 class XMLDBTransformer
          This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB.
 

Uses of SitemapModelComponent in org.apache.cocoon.transformation.constrained
 

Classes in org.apache.cocoon.transformation.constrained that implement SitemapModelComponent
 class AbstractConstrainedTransformer
          This class is an abstract class from which you can extend your Transformer and write it in a way similar to AWT & Swing Event Handling.
 

Uses of SitemapModelComponent in org.apache.cocoon.transformation.pagination
 

Classes in org.apache.cocoon.transformation.pagination that implement SitemapModelComponent
 class Paginator
          A paginating transformer.
 

Uses of SitemapModelComponent in org.apache.cocoon.webapps.authentication.generation
 

Classes in org.apache.cocoon.webapps.authentication.generation that implement SitemapModelComponent
 class ConfigurationGenerator
          This is the authentication Configuration Generator.
 

Uses of SitemapModelComponent in org.apache.cocoon.webapps.portal.generation
 

Classes in org.apache.cocoon.webapps.portal.generation that implement SitemapModelComponent
 class PortalGenerator
          This generator generates the portal for the current user.
 

Uses of SitemapModelComponent in org.apache.cocoon.webapps.session.transformation
 

Classes in org.apache.cocoon.webapps.session.transformation that implement SitemapModelComponent
 class AbstractSessionTransformer
          This class is the basis for all session transformers.
 class SessionPostTransformer
          This is the session post transformer.
 class SessionPreTransformer
          This is the session pre transformer.
 class SessionTransformer
          This is the session transformer which is only for compatibility.
 

Uses of SitemapModelComponent in org.apache.cocoon.woody.generation
 

Classes in org.apache.cocoon.woody.generation that implement SitemapModelComponent
 class WoodyGenerator
          A generator that streams an XML representation of a Woody Form.
 

Uses of SitemapModelComponent in org.apache.cocoon.woody.transformation
 

Classes in org.apache.cocoon.woody.transformation that implement SitemapModelComponent
 class WoodyTemplateTransformer
          See description of WidgetReplacingPipe.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.