Field Summary |
|
protected int | bufferSize The input buffer size for file uploads. |
protected String | catalog The chain catalog name for this module. |
protected String | command The chain command to execute for each request. |
protected String | contentType The content type and character encoding to be set on each response. |
protected String | forwardPattern The replacement pattern used to determine a context-relative URL
from a
ForwardConfig element. |
protected boolean | inputForward Should the input property of
ActionConfig instances associated with this module be treated as the name of a
corresponding
ForwardConfig . |
protected boolean | locale |
protected String | maxFileSize The maximum file size to process for file uploads. |
protected String | memFileSize The maximum file size to retain in memory. |
protected String | multipartClass The fully qualified Java class name of the MultipartRequestHandler
class to be used. |
protected boolean | nocache |
protected String | pagePattern The replacement pattern used to determine a context-relative URL
from the page attribute of Struts tags and configuration
properties. |
protected String | processorClass The fully qualified class name of the RequestProcessor
implementation class to be used for this module. |
protected String | tempDir The temporary working directory to use for file uploads. |