RichFaces Core API 4.3.0.CR1

org.richfaces.resource.external
Class ExternalResource

java.lang.Object
  extended by javax.faces.application.Resource
      extended by org.richfaces.resource.external.ExternalResource

public abstract class ExternalResource
extends javax.faces.application.Resource

This resource provides location external to standard JSF resource handler.

Author:
Lukas Fryc

Field Summary
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
ExternalResource()
           
 
Method Summary
abstract  String getExternalLocation()
          The location external to standard JSF resource handler
 
Methods inherited from class javax.faces.application.Resource
getContentType, getInputStream, getLibraryName, getRequestPath, getResourceName, getResponseHeaders, getURL, setContentType, setLibraryName, setResourceName, toString, userAgentNeedsUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalResource

public ExternalResource()
Method Detail

getExternalLocation

public abstract String getExternalLocation()
The location external to standard JSF resource handler

Returns:
location external to standard JSF resource handler

RichFaces Core API 4.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.