com.liferay.faces.bridge.application.internal
Class ResourceRichFacesImpl

java.lang.Object
  extended by javax.faces.application.Resource
      extended by javax.faces.application.ResourceWrapper
          extended by com.liferay.faces.bridge.application.internal.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 getContentType()
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 String getLibraryName()
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 String getRequestPath()
           
 String getResourceName()
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 javax.faces.application.Resource getWrapped()
           
 void setContentType(String contentType)
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 void setLibraryName(String libraryName)
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 void setResourceName(String resourceName)
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 String toString()
          Since this method is not supplied by the ResourceWrapper class it has to be implemented here.
 
Methods inherited from class javax.faces.application.ResourceWrapper
getInputStream, getResponseHeaders, getURL, userAgentNeedsUpdate
 
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

toString

public String toString()
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
toString in class javax.faces.application.Resource

getContentType

public String getContentType()
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
getContentType in class javax.faces.application.Resource

setContentType

public void setContentType(String contentType)
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
setContentType in class javax.faces.application.Resource

getLibraryName

public String getLibraryName()
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
getLibraryName in class javax.faces.application.Resource

setLibraryName

public void setLibraryName(String libraryName)
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
setLibraryName in class javax.faces.application.Resource

getRequestPath

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

getResourceName

public String getResourceName()
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
getResourceName in class javax.faces.application.Resource

setResourceName

public void setResourceName(String resourceName)
Since this method is not supplied by the ResourceWrapper class it has to be implemented here.

Overrides:
setResourceName in class javax.faces.application.Resource

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 © 2015 Liferay, Inc.. All rights reserved.