net.sf.jsfcomp.facelets.deploy.factory
Interface ParserFactory

All Known Implementing Classes:
DefaultAnnotationTagLibraryFactory

public interface ParserFactory

Author:
Andrew Robinson (andrew)

Method Summary
 FaceletAnnotationParser createAnnotationParser()
          Create an instance of the tag library parser used to find the classes implementing the annotations for deployment
 

Method Detail

createAnnotationParser

FaceletAnnotationParser createAnnotationParser()
Create an instance of the tag library parser used to find the classes implementing the annotations for deployment

Returns:
a parser


Copyright © 2007-2008. All Rights Reserved.