|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.application.ViewHandler com.sun.facelets.FaceletViewHandler net.sf.jsfcomp.facelets.deploy.FaceletViewHandler
public class FaceletViewHandler
Uses the
FaceletViewHandler#initializeCompiler
method to parse annotated classes on
the classpath and register them with facelets.
If you are using Ajax4Jsf, you will need to register this class in the web.xml and not the faces-config.xml. You can look at ajax4jsf.dev.java.netfor more information
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.facelets.FaceletViewHandler |
---|
com.sun.facelets.FaceletViewHandler.NullWriter |
Field Summary |
---|
Fields inherited from class com.sun.facelets.FaceletViewHandler |
---|
DEFAULT_REFRESH_PERIOD, PARAM_BUFFER_SIZE, PARAM_BUILD_BEFORE_RESTORE, PARAM_DECORATORS, PARAM_DEVELOPMENT, PARAM_LIBRARIES, PARAM_REFRESH_PERIO, PARAM_RESOURCE_RESOLVER, PARAM_SKIP_COMMENTS, PARAM_VIEW_MAPPINGS |
Fields inherited from class javax.faces.application.ViewHandler |
---|
CHARACTER_ENCODING_KEY, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME |
Constructor Summary | |
---|---|
FaceletViewHandler(javax.faces.application.ViewHandler parent)
|
Method Summary | |
---|---|
protected void |
initializeCompiler(com.sun.facelets.compiler.Compiler c)
|
Methods inherited from class com.sun.facelets.FaceletViewHandler |
---|
buildView, calculateLocale, calculateRenderKitId, createCompiler, createFaceletFactory, createResponseWriter, createView, getActionURL, getDefaultSuffix, getRenderedViewId, getResourceURL, getResponseContentType, getResponseEncoding, getWrapped, handleFaceletNotFound, handleRenderException, initialize, renderView, restoreView, writeState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaceletViewHandler(javax.faces.application.ViewHandler parent)
parent
- Method Detail |
---|
protected void initializeCompiler(com.sun.facelets.compiler.Compiler c)
initializeCompiler
in class com.sun.facelets.FaceletViewHandler
FaceletViewHandler.initializeCompiler(com.sun.facelets.compiler.Compiler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |