Class ThemeAccentColorResource

  • All Implemented Interfaces:
    javax.faces.FacesWrapper<javax.faces.application.Resource>

    public class ThemeAccentColorResource
    extends javax.faces.application.ResourceWrapper
    Since:
    10.0.1
    Author:
    Jasper de Vries <jepsar@gmail.com>
    • Field Summary

      • Fields inherited from class javax.faces.application.Resource

        COMPONENT_RESOURCE_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      ThemeAccentColorResource​(javax.faces.application.Resource wrapped)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getContent()  
      java.io.InputStream getInputStream()  
      javax.faces.application.Resource getWrapped()  
      • Methods inherited from class javax.faces.application.ResourceWrapper

        getContentType, getLibraryName, getRequestPath, getResourceName, getResponseHeaders, getURL, setContentType, setLibraryName, setResourceName, userAgentNeedsUpdate
      • Methods inherited from class javax.faces.application.Resource

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ThemeAccentColorResource

        public ThemeAccentColorResource​(javax.faces.application.Resource wrapped)
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Overrides:
        getInputStream in class javax.faces.application.ResourceWrapper
        Throws:
        java.io.IOException
      • getContent

        protected java.lang.String getContent()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • 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