|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.rule.NmRuleHelper
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static int |
MAX_XML_LENGTH
The maximum length, in bytes, of an XML file that is used as the specification of a rule. |
static String |
NAME
The name of the query param used for the rule name. |
static String |
OBJ_TYPE
The name of the query param used for the object type. |
static String |
OID
The name of the URL query param that holds the oid of the container. |
private static String |
RESOURCE
|
static String |
RULE_TYPE
The name of the query param used for the rule type. |
static NmRuleService |
service
Supported API: false |
static String |
UPLOAD_FILE
The name of the parameter used for the filename of the name of the temporary file that contains uploaded XML data. |
static boolean |
VERBOSE
|
static String |
XML_FILE
The name of the query param used for the xml file. |
Constructor Summary | |
NmRuleHelper()
|
Method Summary | |
static Hashtable |
getRequestParams(NmCommandBean cb)
Extracts the parameters of a command bean's request in the form of a hashtable. |
static void |
printRequestParameters(Hashtable params)
Print out the request parameters contained in the hashtable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NAME
public static final String RULE_TYPE
public static final String XML_FILE
public static final String OBJ_TYPE
public static final String OID
public static final int MAX_XML_LENGTH
public static final String UPLOAD_FILE
public static final NmRuleService service
public static final boolean VERBOSE
Constructor Detail |
public NmRuleHelper()
Method Detail |
public static Hashtable getRequestParams(NmCommandBean cb)
cb
-
public static final void printRequestParameters(Hashtable params)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |