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

Quick Search    Search Deep

org.javahispano.canyamo.services.presentation.jsp.* (1)org.javahispano.canyamo.services.presentation.template.* (9)
org.javahispano.canyamo.services.presentation.template.freemarker.* (4)org.javahispano.canyamo.services.presentation.template.velocity.* (2)
org.javahispano.canyamo.services.presentation.xml.* (3)

Package Samples:

org.javahispano.canyamo.services.presentation.jsp
org.javahispano.canyamo.services.presentation.template.freemarker
org.javahispano.canyamo.services.presentation.template.velocity
org.javahispano.canyamo.services.presentation.template
org.javahispano.canyamo.services.presentation.xml

Classes:

PDFTransformer: This class transforms XML files to PDF using XSL stylesheets. It's a singleton so only one instance will be created in the virtual machine. This transformer can ouput the transformation result as files or as an OuputStream. This second option typically will be used to redirect PDF output to a browse via response object. This class initally doesn't support Xalan sources ( DOMSource, SAXSource ) but adding this support is mostly trival and will be similar to HTMLTransformer This class supports the concept of stylesheet templates. You can use the createTemplate methods for storing stylesheets within ...
HTMLTransformer: This class transforms XML files to HTML files using XSL stylesheets. It's a singleton so only one instance will be created in the virtual machine. This transformer can ouput the transformation result as files or Strings. It could be extended to support ouput as XML files as well. It can take as sources for transformation any Xalan Source, i.e, URLs of xml and XML and XSL files, or representations in memory of files i.e. DOMSources and SAXSources. This class supports the concept of stylesheet templates. You can use the createTemplate methods for storing stylesheets within the HTMLTransformer cache. ...
TransformerException: Exception thrown when some error happens within the transformation process.
VelocityPage: Clase para manipular las plantillas de Velocity
JSPRenderer: Render for process JSP as output template
CutTransform: Freemaker's transform for dates
DateTransform: Freemaker's transform for dates
Page: Description of the Class
PageFactory: Description of the Class
TemplateFactory: Description of the Class
FreemarkerFactory: Description of the Class
FreemarkerPage: Description of the Class
VelocityFactory: Description of the Class

Home | Contact Us | Privacy Policy | Terms of Service