|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
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. |
Uses of Resource in javax.faces.application |
---|
Subclasses of Resource in javax.faces.application | |
---|---|
class |
ResourceWrapper
Provides a simple implementation of
|
Methods in javax.faces.application that return Resource | |
---|---|
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName)
The default behavior of this method
is to call |
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName)
Create an instance of
|
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName,
java.lang.String libraryName)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName,
java.lang.String libraryName)
The default behavior of this method
is to call |
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName,
java.lang.String libraryName)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName,
java.lang.String libraryName)
Create an instance of
|
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName,
java.lang.String libraryName,
java.lang.String contentType)
Create an instance of
|
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName,
java.lang.String libraryName,
java.lang.String contentType)
The default behavior of this method
is to call |
Resource |
ResourceHandlerWrapper.createResource(java.lang.String resourceName,
java.lang.String libraryName,
java.lang.String contentType)
The default behavior of this method
is to call |
abstract Resource |
ResourceHandler.createResource(java.lang.String resourceName,
java.lang.String libraryName,
java.lang.String contentType)
Create an instance of
|
abstract Resource |
ResourceWrapper.getWrapped()
|
abstract Resource |
ResourceWrapper.getWrapped()
|
Methods in javax.faces.application with parameters of type Resource | |
---|---|
UIComponent |
Application.createComponent(FacesContext context,
Resource componentResource)
Instantiate and return
a new |
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
Resource componentResource)
The default behavior of this method
is to call |
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 |
Uses of Resource in javax.faces.view |
---|
Methods in javax.faces.view that return Resource | |
---|---|
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
Methods in javax.faces.view with parameters of type Resource | |
---|---|
abstract java.beans.BeanInfo |
ViewDeclarationLanguage.getComponentMetadata(FacesContext context,
Resource componentResource)
Return a reference to the component
metadata for the composite component represented by the argument
|
abstract java.beans.BeanInfo |
ViewDeclarationLanguage.getComponentMetadata(FacesContext context,
Resource componentResource)
Return a reference to the component
metadata for the composite component represented by the argument
|
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
Take implementation specific action
to discover a |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |