com.liferay.faces.bridge.application
Class ResourceRichFacesImpl

java.lang.Object
  extended by javax.faces.application.Resource
      extended by javax.faces.application.ResourceWrapper
          extended by com.liferay.faces.bridge.application.ResourceRichFacesImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.Resource>

public class ResourceRichFacesImpl
extends javax.faces.application.ResourceWrapper

Author:
Neil Griffin

Field Summary
static String ORG_RICHFACES
           
static String RICHFACES_PATH_TOKEN
           
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
ResourceRichFacesImpl(javax.faces.application.Resource resource)
           
 
Method Summary
 String getRequestPath()
           
 javax.faces.application.Resource getWrapped()
           
 
Methods inherited from class javax.faces.application.ResourceWrapper
getInputStream, getResponseHeaders, getURL, userAgentNeedsUpdate
 
Methods inherited from class javax.faces.application.Resource
getContentType, getLibraryName, getResourceName, setContentType, setLibraryName, setResourceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORG_RICHFACES

public static final String ORG_RICHFACES
See Also:
Constant Field Values

RICHFACES_PATH_TOKEN

public static final String RICHFACES_PATH_TOKEN
See Also:
Constant Field Values
Constructor Detail

ResourceRichFacesImpl

public ResourceRichFacesImpl(javax.faces.application.Resource resource)
Method Detail

getRequestPath

public String getRequestPath()
Overrides:
getRequestPath in class javax.faces.application.ResourceWrapper

getWrapped

public javax.faces.application.Resource getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Resource>
Overrides:
getWrapped in class javax.faces.application.ResourceWrapper


Copyright © 2014 Liferay, Inc.. All Rights Reserved.