-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: facesbridge-tck-5.0.0, facesbridge-spec-5.0.0, bridge-impl-5.0.0
-
Labels:None
The JSF 2.2 Javadoc defines the javax.faces.application.ResourceHandler abstract class which is an extension point for creating and retrieving resources such as images, scripts, CSS style sheets, Facelet documents, etc. The FacesBridge will need to provide its own ResourceHandler in the <resource-handler> delegation chain in order to ensure that
resource URLs will work in a portlet environment. In a webapp/servlet environment, Faces resource URLs follow a
"/javax.faces.resource/resource_name?ln=library_name" type of syntax. The FacesBridge will need to transform such URLs
such that a resource name is specified as the "javax.faces.resource" parameter, rather than using
"/javax.faces.resource" as a resource path identifier.
- relates
-
FACES-3074 BridgeDefaultViewNotSpecifiedException thrown when ResourceURL cacheability=FULL
-
- Closed
-