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 | Class and Description |
---|---|
class |
ResourceWrapper
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceHandlerWrapper.createResource(String resourceName)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(String resourceName)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResource(String resourceName,
String libraryName)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(String resourceName,
String libraryOrContractName)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResource(String resourceName,
String libraryName,
String contentType)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(String resourceName,
String libraryName,
String contentType)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResourceFromId(String resourceId)
The default behavior of this method
is to call |
Resource |
ResourceHandler.createResourceFromId(String resourceId)
Create an instance of
|
abstract Resource |
ResourceWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
Resource componentResource)
The default behavior of this method
is to call |
UIComponent |
Application.createComponent(FacesContext context,
Resource componentResource)
Instantiate and return
a new |
Modifier and Type | Method and Description |
---|---|
Resource |
ViewDeclarationLanguageWrapper.getScriptComponentResource(FacesContext context,
Resource componentResource) |
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
Modifier and Type | Method and Description |
---|---|
BeanInfo |
ViewDeclarationLanguageWrapper.getComponentMetadata(FacesContext context,
Resource componentResource) |
abstract BeanInfo |
ViewDeclarationLanguage.getComponentMetadata(FacesContext context,
Resource componentResource)
Return a reference to the component
metadata for the composite component represented by the argument
|
Resource |
ViewDeclarationLanguageWrapper.getScriptComponentResource(FacesContext context,
Resource componentResource) |
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.