|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.config.BaseConfig org.apache.struts.config.ControllerConfig org.kuali.rice.kns.web.struts.config.ControllerConfigWrapper org.kuali.rice.kns.web.struts.config.KualiControllerConfig
@Deprecated public class KualiControllerConfig
Kuali customization of ControllerConfig which delegates max upload size lookup to parameter service: KRADConstants.KNS_NAMESPACE, KRADConstants.DetailTypes.ALL_DETAIL_TYPE, KRADConstants.MAX_UPLOAD_SIZE_PARM_NM The value must be a string compatible with Struts maxFileSize attribute.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.web.struts.config.ControllerConfigWrapper |
---|
config |
Fields inherited from class org.apache.struts.config.ControllerConfig |
---|
bufferSize, catalog, command, contentType, forwardPattern, inputForward, locale, maxFileSize, memFileSize, multipartClass, nocache, pagePattern, processorClass, tempDir |
Fields inherited from class org.apache.struts.config.BaseConfig |
---|
configured |
Constructor Summary | |
---|---|
KualiControllerConfig(org.apache.struts.config.ControllerConfig config)
Deprecated. |
Method Summary | |
---|---|
String |
getMaxFileSize()
Deprecated. Returns the global max file upload size, which is dynamically derived from the Rice parameter service. |
void |
setMaxFileSize(String s)
Deprecated. Overridden to throw an UnsupportedOperationException. |
Methods inherited from class org.kuali.rice.kns.web.struts.config.ControllerConfigWrapper |
---|
freeze, getBufferSize, getCatalog, getCommand, getContentType, getForwardPattern, getInputForward, getLocale, getMemFileSize, getMultipartClass, getNocache, getPagePattern, getProcessorClass, getProperty, getTempDir, setBufferSize, setCatalog, setCommand, setContentType, setForwardPattern, setInputForward, setLocale, setMemFileSize, setMultipartClass, setNocache, setPagePattern, setProcessorClass, setProperty, setTempDir, throwIfConfigured, toString |
Methods inherited from class org.apache.struts.config.BaseConfig |
---|
copyProperties, getProperties, inheritProperties, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KualiControllerConfig(org.apache.struts.config.ControllerConfig config)
Method Detail |
---|
public String getMaxFileSize()
getMaxFileSize
in class ControllerConfigWrapper
public void setMaxFileSize(String s)
setMaxFileSize
in class ControllerConfigWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |