net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12
Class MyFaces12ValidatingFaceletsParser

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.AbstractValidatingFaceletsParser
      extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12.MyFaces12ValidatingFaceletsParser
All Implemented Interfaces:
JsfElValidatingFaceletsParser

public class MyFaces12ValidatingFaceletsParser
extends AbstractValidatingFaceletsParser

Implementation for JSF 1.2 based on MyFaces 1.2.10.


Field Summary
 
Fields inherited from class net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.AbstractValidatingFaceletsParser
pageNodeValidator, taglibs, webappRoot
 
Constructor Summary
MyFaces12ValidatingFaceletsParser(File webappRoot, PageNodeListener pageNodeValidator)
           
 
Method Summary
 void validateExpressionsInView(URL xhtmlUrl, String shortName)
           
 
Methods inherited from class net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.AbstractValidatingFaceletsParser
registerTaglibs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyFaces12ValidatingFaceletsParser

public MyFaces12ValidatingFaceletsParser(File webappRoot,
                                         PageNodeListener pageNodeValidator)
Parameters:
webappRoot - (required) The folder that contains the webapp's resources folder as per the JSF 2.0 specification
pageNodeValidator - (required) The actual validator that reacts to tags found and checks them
Method Detail

validateExpressionsInView

public void validateExpressionsInView(URL xhtmlUrl,
                                      String shortName)
                               throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.