IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.struts.config
Class BTTControllerConfig

java.lang.Object
  extended byorg.apache.struts.config.ControllerConfig
      extended bycom.ibm.btt.struts.config.BTTControllerConfig
All Implemented Interfaces:
java.io.Serializable

public class BTTControllerConfig
extends org.apache.struts.config.ControllerConfig

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  java.lang.String processorClass
           
 
Fields inherited from class org.apache.struts.config.ControllerConfig
bufferSize, configured, contentType, debug, forwardPattern, inputForward, locale, maxFileSize, memFileSize, multipartClass, nocache, pagePattern, tempDir
 
Constructor Summary
BTTControllerConfig()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getProcessorClass()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.struts.config.ControllerConfig
freeze, getBufferSize, getContentType, getDebug, getForwardPattern, getInputForward, getLocale, getMaxFileSize, getMemFileSize, getMultipartClass, getNocache, getPagePattern, getTempDir, setBufferSize, setContentType, setDebug, setForwardPattern, setInputForward, setLocale, setMaxFileSize, setMemFileSize, setMultipartClass, setNocache, setPagePattern, setProcessorClass, setTempDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

processorClass

protected java.lang.String processorClass

name

protected java.lang.String name
Constructor Detail

BTTControllerConfig

public BTTControllerConfig()
Method Detail

toString

public java.lang.String toString()
Returns:
String

getName

public java.lang.String getName()
Returns:
String

setName

public void setName(java.lang.String name)
Parameters:
name -

getProcessorClass

public java.lang.String getProcessorClass()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005