com.sun.faban.harness.webclient
Class View

java.lang.Object
  extended by com.sun.faban.harness.webclient.View

public class View
extends Object


Nested Class Summary
static class View.Section
           
static class View.Xan
           
 
Constructor Summary
View()
           
 
Method Summary
static void main(String[] args)
           
 void xanView(HttpServletRequest request, HttpServletResponse response)
          Method to parse xan file and create JSON object for javascript graphing by xan_view.jsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View()
Method Detail

xanView

public void xanView(HttpServletRequest request,
                    HttpServletResponse response)
             throws IOException
Method to parse xan file and create JSON object for javascript graphing by xan_view.jsp

Parameters:
request -
response -
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        ParseException
Throws:
IOException
ParseException