java.lang.Object | +--com.ibm.commerce.server.AttachConfigUtil
Attachment Config Processing Initialization. Only used internally
Field Summary | |
---|---|
static java.util.Hashtable |
attachConfig HashTable to store config parameters for reference command |
static long |
maxsize site level maximum upload size |
static java.lang.String |
maxsizeStr site level maximum upload size in String |
Constructor Summary | |
---|---|
AttachConfigUtil(java.lang.String refcommand) Constructor for attachment configurations. |
Method Summary | |
---|---|
boolean |
enabledreturnurl() is returnURL enabled . |
int |
getCommandIndex() Gets the command_index . |
long |
getmaxuploadsize() Gets the maximum uploaded size . |
java.lang.String |
getsupportedExt() Gets the supported extension in configuration . |
boolean |
viruscheck() is Virus Check enabled . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static long maxsize
public static java.lang.String maxsizeStr
public static java.util.Hashtable attachConfig
Hastable attachConfig
Constructor Detail |
---|
public AttachConfigUtil(java.lang.String refcommand)
Method Detail |
---|
public java.lang.String getsupportedExt()
public long getmaxuploadsize()
public boolean viruscheck()
public boolean enabledreturnurl()
public int getCommandIndex()