public class View extends Object
Modifier and Type | Class and Description |
---|---|
static class |
View.Section |
static class |
View.Xan |
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
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
|
public void xanView(HttpServletRequest request, HttpServletResponse response) throws IOException
request
- response
- IOException
public static void main(String[] args) throws IOException, ParseException
IOException
ParseException