org.tm4j.vtl.struts
Interface VelocityTemplateForm


public interface VelocityTemplateForm

OBSOLETE FORM BEAN ?


Method Summary
 java.lang.String getTemplateName(TM4JVelocityConfiguration config, org.apache.velocity.context.Context context)
          Get the template name to use to process this form.
 

Method Detail

getTemplateName

public java.lang.String getTemplateName(TM4JVelocityConfiguration config,
                                        org.apache.velocity.context.Context context)
Get the template name to use to process this form.

Parameters:
config - the local application configuration.
context - the Velocity context to be used by the merge process
Returns:
the name of the template to be merged.