| Home >> All >> org >> javahispano >> canyamo >> services |
Package Samples:
org.javahispano.canyamo.services.i18n
org.javahispano.canyamo.services.mailer
org.javahispano.canyamo.services.persistence
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
org.javahispano.canyamo.services.scheduler
org.javahispano.canyamo.services.tags
org.javahispano.canyamo.services.upload
org.javahispano.canyamo.services.user
org.javahispano.canyamo.services.workdata
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. ...
I18nManager: Manages internationalitation related stuff. This class maintain a Map with the different versions (one for each language) of a Language list of Languages of a Resource, grouped by locale
Language: This interface represents a Language which can be managed by I18nManager. A Language is only a class which can "translated" keys into the language it contains.
Task: Decorator containig information for a job (class, name, etc.) Scheduling is made upon Quartz (http://www.part.net/quartz.html)
Trigger: Job trigger (decorator for Quartz) Scheduling is made upon Quartz (http://www.part.net/quartz.html)
SchedulerManager: Entry point to Schdulier service Scheduling is made upon Quartz (http://www.part.net/quartz.html)
DbManager: Entry point to Persistence service Persistence is made upon OREO (http://www.niggle.org)
WorkDataImpl: This class encapsulates an user's request + response to be used along the framework
LanguageImpl: This class created a Language based on a .properties file and a ResourceBundle
TransformerException: Exception thrown when some error happens within the transformation process.
UploadService: Services to upload files Default max size: 30kb.
IncludeDisplayerTag: JSP Custom tag to include displayers into JSP pages
User: Interface that capsels canyamo-user's information
VelocityPage: Clase para manipular las plantillas de Velocity
JSPRenderer: Render for process JSP as output template
SchedulerProcess: A process to be executed by the scheduler
CutTransform: Freemaker's transform for dates
DateTransform: Freemaker's transform for dates
SMTPMailer: Description of the Class
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
| Home | Contact Us | Privacy Policy | Terms of Service |