org.apache.myfaces.tobago.example.demo.jsp
Class JspFormatter

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.jsp.JspFormatter

public class JspFormatter
extends Object


Constructor Summary
JspFormatter()
           
 
Method Summary
static void main(String[] args)
           
static void writeJsp(Reader reader, PrintWriter out)
           
static void writeJsp(String filename, JspWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspFormatter

public JspFormatter()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

writeJsp

public static void writeJsp(String filename,
                            JspWriter out)
                     throws IOException
Throws:
IOException

writeJsp

public static void writeJsp(Reader reader,
                            PrintWriter out)
                     throws IOException
Throws:
IOException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.