- All Implemented Interfaces:
BPLAction
- Author:
- mshankar
Access using:
http://mgmt_url/bpl/setNamedFlag - Set the value of the named flag specified by name
name the name of the named flag.value Either true of false; something that Boolean.parse can understand.
-
Constructor Summary
Constructors
-
Method Summary
void
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ConfigService configService)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NamedFlagsSet
public NamedFlagsSet()
-