| Home >> All >> org >> apache >> cocoon >> components >> language >> markup >> [ xsp Javadoc ] |
org.apache.cocoon.components.language.markup.xsp: Javadoc index of package org.apache.cocoon.components.language.markup.xsp.
Package Samples:
org.apache.cocoon.components.language.markup.xsp
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 ...
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.
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
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
XSPObjectHelper: Base class for XSP's object model manipulation logicsheets
XSPFormValidatorHelper: The ValidatorActionResult object helper
XSPResponseHelper: The XSP Response object helper
XSPUtil: The XSP Utility object helper
XSPSessionHelper: The Session object helper
XSPRequestHelper: The Request object helper
SOAPHelper: Helper for the SOAP logicsheet.
| Home | Contact Us | Privacy Policy | Terms of Service |