jet.servlet.action
Class FTLActionValueHolder

java.lang.Object
  extended by jet.servlet.action.ActionValueHolder
      extended by jet.servlet.action.FTLActionValueHolder

public class FTLActionValueHolder
extends ActionValueHolder

This class is a simple bean which holds the information needed to instantiate an ftl action object

Author:
Markus.Meisters@web.de

Field Summary
private  java.lang.String templateName
          the name of the template to use on the url
 
Constructor Summary
FTLActionValueHolder(java.lang.String url, java.lang.String templateName, java.lang.String transferEncoding, long delay, java.lang.String delayUnit, long timeout, java.lang.String timeoutUnit, boolean queued, boolean sessionAware)
          Creates a new instance of FTLDef
FTLActionValueHolder(java.lang.String url, java.lang.String templateName, java.lang.String formId, java.lang.String transferEncoding, long delay, java.lang.String delayUnit, long timeout, java.lang.String timeoutUnit, boolean queued, boolean sessionAware, boolean validate)
          Creates a new instance of FTLDef
 
Method Summary
 java.lang.String getTemplateName()
          Returns the template name
 void setTemplateName(java.lang.String templateName)
          Set the template name
 
Methods inherited from class jet.servlet.action.ActionValueHolder
doFormValidation, getDelay, getFormId, getHandler, getHandlerName, getSubHandler, getSubHandlerMethodName, getSubHandlerName, getTimeout, getUrl, gzipped, isQueued, isSessionAware, setFormId, setHandler, setHandlerName, setQueued, setSessionAware, setSubHandler, setSubHandlerMethodName, setSubHandlerName, setTransferEncoding, setUrl, setValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateName

private java.lang.String templateName
the name of the template to use on the url

Constructor Detail

FTLActionValueHolder

public FTLActionValueHolder(java.lang.String url,
                            java.lang.String templateName,
                            java.lang.String formId,
                            java.lang.String transferEncoding,
                            long delay,
                            java.lang.String delayUnit,
                            long timeout,
                            java.lang.String timeoutUnit,
                            boolean queued,
                            boolean sessionAware,
                            boolean validate)
                     throws java.lang.ClassNotFoundException
Creates a new instance of FTLDef

Parameters:
url - the url for the template
templateName - the name of the template
formId - the form name(id to use
Throws:
java.lang.ClassNotFoundException

FTLActionValueHolder

public FTLActionValueHolder(java.lang.String url,
                            java.lang.String templateName,
                            java.lang.String transferEncoding,
                            long delay,
                            java.lang.String delayUnit,
                            long timeout,
                            java.lang.String timeoutUnit,
                            boolean queued,
                            boolean sessionAware)
                     throws java.lang.ClassNotFoundException
Creates a new instance of FTLDef

Parameters:
url - the url for the template
templateName - the name of the template
Throws:
java.lang.ClassNotFoundException
Method Detail

getTemplateName

public java.lang.String getTemplateName()
Returns the template name

Returns:
template name

setTemplateName

public void setTemplateName(java.lang.String templateName)
Set the template name

Parameters:
templateName - the template name