org.wings.recorder
Class Response

java.lang.Object
  extended by org.wings.recorder.Response

public class Response
extends Object

Completely useless at the moment! This should become a handy tool for examination of result pages.


Constructor Summary
Response(String body)
           
 
Method Summary
 String getBody()
           
 String getTextValue(String name)
           
 boolean isCheckBoxSelected(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(String body)
Method Detail

getBody

public String getBody()

getTextValue

public String getTextValue(String name)

isCheckBoxSelected

public boolean isCheckBoxSelected(String name)


wingS Swings ;-)