Package | Description |
---|---|
org.apache.myfaces.application | |
org.apache.myfaces.resource |
Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceHandlerSupport
A ResourceHandlerSupport implementation for use with standard Java Servlet engines,
ie an engine that supports javax.servlet, and uses a standard web.xml file.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceHandlerSupport |
ResourceHandlerImpl.getResourceHandlerSupport() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceHandlerImpl.setResourceHandlerSupport(ResourceHandlerSupport resourceHandlerSupport) |
Constructor and Description |
---|
ViewResourceIterator(FacesContext facesContext,
ResourceHandlerSupport support,
String localePrefix,
List<String> contracts,
String contractPreferred,
String path,
int maxDepth,
ResourceVisitOption... options) |
Modifier and Type | Class and Description |
---|---|
class |
BaseResourceHandlerSupport
A ResourceHandlerSupport implementation for use with standard Java Servlet engines,
ie an engine that supports javax.servlet, and uses a standard web.xml file.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceHandlerSupport |
ResourceImpl.getResourceHandlerSupport() |
Constructor and Description |
---|
ResourceImpl(ResourceMeta resourceMeta,
ResourceLoader resourceLoader,
ResourceHandlerSupport support,
String contentType) |
ResourceImpl(ResourceMeta resourceMeta,
ResourceLoader resourceLoader,
ResourceHandlerSupport support,
String contentType,
URL url,
String requestPath) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.