Uses of Class
org.melati.MelatiConfig

Packages that use MelatiConfig
org.melati

See melati.org

org.melati.app Abstract classes and examples for using Melati as a command line application. 
org.melati.servlet Servlet specific elements of Melati. 
org.melati.template Using Templates to render Objects to output formats. 
org.melati.template.velocity Enables Velocity to be used as the Melati template engine. 
org.melati.template.webmacro Enables WebMacro to be used as the Melati template engine. 
org.melati.test This directory contains a series of interactive tests to help in setting up and debugging a Melati installation. 
 

Uses of MelatiConfig in org.melati
 

Methods in org.melati that return MelatiConfig
 MelatiConfig Melati.getConfig()
          Get the MelatiConfig associated with this Request.
 

Constructors in org.melati with parameters of type MelatiConfig
Melati(MelatiConfig config, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct a Melati for use with Servlets.
Melati(MelatiConfig config, MelatiWriter writer)
          Construct a Melati for use in 'stand alone' mode.
 

Uses of MelatiConfig in org.melati.app
 

Fields in org.melati.app declared as MelatiConfig
protected static MelatiConfig AbstractConfigApp.melatiConfig
           
 

Methods in org.melati.app that return MelatiConfig
protected  MelatiConfig AbstractConfigApp.melatiConfig()
          Set application properties from the default properties file.
 

Uses of MelatiConfig in org.melati.servlet
 

Fields in org.melati.servlet declared as MelatiConfig
protected  MelatiConfig ConfigServlet.melatiConfig
           
 

Methods in org.melati.servlet that return MelatiConfig
protected  MelatiConfig JspServlet.getMelatiConfig()
          Override this to tailor your configuration.
protected  MelatiConfig ConfigServlet.melatiConfig()
          To override any setting from org.melati.MelatiConfig.properties, simply override this method and return a valid MelatiConfig.
 

Uses of MelatiConfig in org.melati.template
 

Methods in org.melati.template with parameters of type MelatiConfig
 void TemplateEngine.init(MelatiConfig melatiConfig)
          Initialise the Engine.
 void NoTemplateEngine.init(MelatiConfig config)
          Construct a null Engine.
 void ServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 void NoTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 

Uses of MelatiConfig in org.melati.template.velocity
 

Methods in org.melati.template.velocity with parameters of type MelatiConfig
 void VelocityTemplateEngine.init(MelatiConfig melatiConfig)
          Construct a new Engine.
 void VelocityServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 

Uses of MelatiConfig in org.melati.template.webmacro
 

Methods in org.melati.template.webmacro with parameters of type MelatiConfig
 void WebmacroTemplateEngine.init(MelatiConfig melatiConfig)
          Construct a new Engine.
 void WebmacroServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 

Uses of MelatiConfig in org.melati.test
 

Methods in org.melati.test that return MelatiConfig
protected  MelatiConfig ConfigServletTestOverride.melatiConfig()
           
protected  MelatiConfig TemplateServletTest.melatiConfig()
          Set the form data adaptor.
protected  MelatiConfig HttpAuthenticationPoemServletTest.melatiConfig()
          How to use a different melati configuration.
protected  MelatiConfig TemplateServletTestOverride.melatiConfig()
          Override the default (set) authentication method.
protected  MelatiConfig ConfigServletTest.melatiConfig()
          Demonstrates how to use a different melati configuration.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.