org.powertac.visualizer.beans.backing
Class CustomResourceHandler

java.lang.Object
  extended by javax.faces.application.ResourceHandler
      extended by javax.faces.application.ResourceHandlerWrapper
          extended by org.powertac.visualizer.beans.backing.CustomResourceHandler
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ResourceHandler>

public class CustomResourceHandler
extends javax.faces.application.ResourceHandlerWrapper


Field Summary
static String DYNAMIC_CONTENT_PARAM
           
 
Fields inherited from class javax.faces.application.ResourceHandler
LOCALE_PREFIX, RESOURCE_EXCLUDES_DEFAULT_VALUE, RESOURCE_EXCLUDES_PARAM_NAME, RESOURCE_IDENTIFIER
 
Constructor Summary
CustomResourceHandler(javax.faces.application.ResourceHandler wrapped)
           
 
Method Summary
 javax.faces.application.ResourceHandler getWrapped()
           
 void handleResourceRequest(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.application.ResourceHandlerWrapper
createResource, createResource, createResource, getRendererTypeForResourceName, isResourceRequest, libraryExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DYNAMIC_CONTENT_PARAM

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

CustomResourceHandler

public CustomResourceHandler(javax.faces.application.ResourceHandler wrapped)
Method Detail

getWrapped

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

handleResourceRequest

public void handleResourceRequest(javax.faces.context.FacesContext context)
                           throws IOException
Overrides:
handleResourceRequest in class javax.faces.application.ResourceHandlerWrapper
Throws:
IOException


Copyright © 2012 Power TAC. All Rights Reserved.