Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.components.language.markup.sitemap.* (1)org.apache.cocoon.components.language.markup.xsp.* (17)

org.apache.cocoon.components.language.markup: Javadoc index of package org.apache.cocoon.components.language.markup.


Package Samples:

org.apache.cocoon.components.language.markup.xsp
org.apache.cocoon.components.language.markup.sitemap

Classes:

XSPCookieHelper: This class is a helper class used by Cookie logicsheet This class contains following methods: public static void addCookie(Map , String , String , String , String , int , String , String , int); public static Cookie[] getCookies(Map); public static void getCookies(Map , ContentHandler) throws SAXException; public static Cookie getCookie(Map , String ,int ) throws SAXException; public static void getCookie(Map ,String ,int , ContentHandler) throws SAXException; public static String getComment(Map ,String , int); public static String getDomain(Map , String , int); public static String getMaxAge(Map ...
Logicsheet: A code-generation logicsheet. This class is actually a wrapper for a "standard" XSLT stylesheet stored as trax.Templates object. Though this will change shortly: a new markup language will be used for logicsheet authoring; logicsheets written in this language will be transformed into an equivalent XSLT stylesheet anyway... This class should probably be based on an interface...
NamedLogicsheet: An extension to Logicsheet that is associated with a namespace. Named logicsheets are implicitly declared (and automagically applied) when the markup language document's root element declares the same logichseet's namespace
XSPModuleHelper: Helper class that caches references to InputModules for use in XSPs. Works in conjunction with the input.xsl logicsheet. References are obtained the first time a module is accessed and kept until the page is completely displayed.
MarkupLanguage: This interface defines a markup language whose SAX producer's instance are to be translated into an executable program capable or transforming the original document augmenting it with dynamic content
AbstractMarkupLanguage: Base implementation of MarkupLanguage . This class uses logicsheets as the only means of code generation. Code generation should be decoupled from this context!!!
CocoonMarkupLanguage: Base implementation of MarkupLanguage . This class uses logicsheets as the only means of code generation. Code generation should be decoupled from this context!!!
EsqlQuery: This helper class takes care of contstructing queries and cursor positioning (paging) for all different kinds of databases based on the orginal esql.xsl
SitemapMarkupLanguage: This class implements MarkupLanguage for Cocoon's Sitemap .
XSLTExtension: This class is used as a XSLT extension class. It is used by the XSP generation stylesheet to escape XML characters to make a valid Java strings.
EsqlConnection: This is wrapper to extend a java.sql.Conncetion implementation for easier paging / limit facilities based on the orginal esql.xsl
EsqlConnectionCocoon2: This is the Cocoon2 specific part of an EsqlConnection. This should only be in the C2 codebase based on the orginal esql.xsl
XSPMarkupLanguage: This class implements MarkupLanguage for Cocoon's XSP .
JSGenerator: Class representing interpreted XSP-generated ServerPagesGenerator programs written in Javascript language
EsqlHelper: This is a helper class to remove redundant code in esql pages based on the orginal esql.xsl
XSPGenerator: Base class for XSP-generated ServerPagesGenerator classes
LogicsheetCodeGenerator: A logicsheet-based implementation of MarkupCodeGenerator
MarkupCodeGenerator: This interfaces defines the functionality of a source code generator
XSPObjectHelper: Base class for XSP's object model manipulation logicsheets

Home | Contact Us | Privacy Policy | Terms of Service