com.jalios.jcms.tools
Class JspChecker

java.lang.Object
  extended by com.jalios.jcms.tools.JspChecker

public class JspChecker
extends Object


Field Summary
static String REVISION
           
 
Constructor Summary
JspChecker()
           
 
Method Summary
static int checkAll(File webappDir)
           
static int checkAName(File webappDir)
           
static int checkNestedForeach(File webappDir)
           
static int checkQuoteInQuote(File webappDir)
           
static int checkSystemOut(File webappDir)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

JspChecker

public JspChecker()
Method Detail

main

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

checkAll

public static int checkAll(File webappDir)
                    throws IOException
Throws:
IOException

checkNestedForeach

public static int checkNestedForeach(File webappDir)
                              throws IOException
Throws:
IOException

checkQuoteInQuote

public static int checkQuoteInQuote(File webappDir)
                             throws IOException
Throws:
IOException

checkAName

public static int checkAName(File webappDir)
                      throws IOException
Throws:
IOException

checkSystemOut

public static int checkSystemOut(File webappDir)
                          throws IOException
Throws:
IOException


Copyright © 2001-2010 Jalios SA. All Rights Reserved.