Class InternalXMLViewLoader.InternalXMLViewHandler
java.lang.Object
javax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
com.webmethods.caf.faces.view.BaseViewHandler
com.webmethods.caf.faces.view.xml.XMLViewHandler
com.webmethods.caf.faces.view.xml.InternalXMLViewLoader.InternalXMLViewHandler
- All Implemented Interfaces:
FacesWrapper<ViewHandler>
- Enclosing class:
- InternalXMLViewLoader
-
Field Summary
Fields inherited from class com.webmethods.caf.faces.view.xml.XMLViewHandler
DEFAULT_CHARACTER_ENCODING, m_parserFactory
Fields inherited from class com.webmethods.caf.faces.view.BaseViewHandler
FILTER_KEY, INIT_PARAM_CACHE, INIT_PARAM_FILTER, INJECT_STATE, m_builders, m_filter, m_parent, m_useCache, MAX_VIEWS, NO_RENDER, VIEW_FRAGMENT, VIEW_FRAGMENT_CLIENT_ID
Fields inherited from class javax.faces.application.ViewHandler
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME, FACELETS_BUFFER_SIZE_PARAM_NAME, FACELETS_DECORATORS_PARAM_NAME, FACELETS_LIBRARIES_PARAM_NAME, FACELETS_REFRESH_PERIOD_PARAM_NAME, FACELETS_SKIP_COMMENTS_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputSource
getInputSource
(FacesContext ctx, String viewId) boolean
matchesFilter
(FacesContext ctx, String viewId) Methods inherited from class com.webmethods.caf.faces.view.xml.XMLViewHandler
createBuilder, getParser
Methods inherited from class com.webmethods.caf.faces.view.BaseViewHandler
clearBuilderCache, clearBuilderFromCache, createView, getBuilderFromCache, getFilter, getResourceURL, getWrapped, putBuilderIntoCache, useCache
Methods inherited from class javax.faces.application.ViewHandlerWrapper
addProtectedView, calculateCharacterEncoding, calculateLocale, calculateRenderKitId, deriveLogicalViewId, deriveViewId, getActionURL, getBookmarkableURL, getProtectedViewsUnmodifiable, getRedirectURL, getViewDeclarationLanguage, getViews, getViews, getWebsocketURL, initView, removeProtectedView, renderView, restoreView, writeState
-
Constructor Details
-
InternalXMLViewHandler
-
-
Method Details
-
matchesFilter
- Overrides:
matchesFilter
in classBaseViewHandler
- Returns:
- True if the view ID matches this handler's filter.
-
getInputSource
- Overrides:
getInputSource
in classXMLViewHandler
-