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

Quick Search    Search Deep

org.apache.cocoon.components.language.generator.* (4)org.apache.cocoon.components.language.markup.* (25)
org.apache.cocoon.components.language.markup.sitemap.* (1)org.apache.cocoon.components.language.markup.xsp.* (17)
org.apache.cocoon.components.language.programming.* (18)org.apache.cocoon.components.language.programming.java.* (8)
org.apache.cocoon.components.language.programming.javascript.* (3)

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


Package Samples:

org.apache.cocoon.components.language.markup.xsp
org.apache.cocoon.components.language.markup.sitemap
org.apache.cocoon.components.language.markup
org.apache.cocoon.components.language.generator
org.apache.cocoon.components.language.programming.java
org.apache.cocoon.components.language.programming.javascript
org.apache.cocoon.components.language.programming

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...
JavascriptLanguage: The interpreted Javascript programming language. Program in Javascript must have comment line as first line of file: // $Cocoon extends: org.apache.cocoon.components.language.xsp.JSGenerator$ The class specified will be used as a Java wrapper interpreting javascript program.
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!!!
JstyleFormatter: This class implements CodeFormatter based on Tal Davidson's (davidsont@bigfoot.com) Jstyle Java beautifier. This implementation is very improvised...
AbstractProgrammingLanguage: Base implementation of ProgrammingLanguage . This class sets the CodeFormatter instance and deletes source program files after unloading.
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
CompiledProgrammingLanguage: A compiled programming language. This class extends AbstractProgrammingLanguage adding support for compilation and object program files
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
NullFormatter: This class implements CodeFormatter . This implementation doesn't do anything but returning the passed code as is.
EsqlConnectionCocoon2: This is the Cocoon2 specific part of an EsqlConnection. This should only be in the C2 codebase based on the orginal esql.xsl
ProgramGenerator: This interface defines a loader for programs automatically built from XML documents written in a MarkupLanguage
XSPMarkupLanguage: This class implements MarkupLanguage for Cocoon's XSP .
Program: This interface states the functionality of a program. For compilable languages this is the wrapper for a Java Class object.
JSGenerator: Class representing interpreted XSP-generated ServerPagesGenerator programs written in Javascript language
CompilerError: This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled)

Home | Contact Us | Privacy Policy | Terms of Service