Class XMLViewHandler
java.lang.Object
javax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
com.webmethods.caf.faces.view.BaseViewHandler
com.webmethods.caf.faces.view.xml.XMLViewHandler
- All Implemented Interfaces:
FacesWrapper<ViewHandler>
- Direct Known Subclasses:
InternalXMLViewLoader.InternalXMLViewHandler
ViewHandler that handles views based on XML .view files.
-
Field Summary
FieldsFields 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 TypeMethodDescriptioncreateBuilder
(FacesContext ctx, String viewId) protected InputSource
getInputSource
(FacesContext ctx, String viewId) protected SAXParser
getParser
(FacesContext ctx) Methods inherited from class com.webmethods.caf.faces.view.BaseViewHandler
clearBuilderCache, clearBuilderFromCache, createView, getBuilderFromCache, getFilter, getResourceURL, getWrapped, matchesFilter, 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
-
Field Details
-
DEFAULT_CHARACTER_ENCODING
- See Also:
-
m_parserFactory
-
-
Constructor Details
-
XMLViewHandler
Standard ViewHandler constructor.
-
-
Method Details
-
createBuilder
- Specified by:
createBuilder
in classBaseViewHandler
- Returns:
- ViewBuilder for view ID.
-
getParser
-
getInputSource
-