org.jboss.dtf.testframework.dtfweb
Class DTFCreateSelection
java.lang.Object
org.jboss.dtf.testframework.dtfweb.DTFCreateSelection
public class DTFCreateSelection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRENT_SELECTION_ATTRIBUTE_NAME
public static final java.lang.String CURRENT_SELECTION_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
DTFCreateSelection
public DTFCreateSelection(StoredTestDefs testDefs)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProductName
public java.lang.String getProductName()
setProductName
public void setProductName(java.lang.String name)
setSelectionName
public void setSelectionName(java.lang.String name)
getSelectionName
public java.lang.String getSelectionName()
setDescription
public void setDescription(java.lang.String description)
getDescription
public java.lang.String getDescription()
handleRequest
public void handleRequest(HttpServletRequest request)
getSelection
public GroupSelection getSelection(java.lang.String name)
getGroups
public java.util.Hashtable getGroups()
getSupportedOperatingSystems
public OSDetails[] getSupportedOperatingSystems()
generateGroupBox
public void generateGroupBox(int depth,
GroupSelection gs,
java.lang.StringBuffer buffer)
throws java.io.IOException
- Throws:
java.io.IOException
generateGroupBoxes
public void generateGroupBoxes(int depth,
java.lang.StringBuffer buffer,
java.util.Hashtable groups)
save
public boolean save()