Package | Description |
---|---|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
Modifier and Type | Method and Description |
---|---|
ViewDeclarationLanguage |
ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context,
String viewId)
The default behavior of this method is to
call
ViewHandler.getViewDeclarationLanguage(javax.faces.context.FacesContext, java.lang.String)
on the wrapped ViewHandler object. |
ViewDeclarationLanguage |
ViewHandler.getViewDeclarationLanguage(FacesContext context,
String viewId)
Return
the |
Modifier and Type | Class and Description |
---|---|
class |
ViewDeclarationLanguageWrapper
Provides a simple implementation of
|
Modifier and Type | Method and Description |
---|---|
abstract ViewDeclarationLanguage |
ViewDeclarationLanguageFactory.getViewDeclarationLanguage(String viewId)
Return the
|
abstract ViewDeclarationLanguage |
ViewDeclarationLanguageWrapper.getWrapped() |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.