Class I18nResource


  • public class I18nResource
    extends org.omnifaces.resourcehandler.DynamicResource
    Resource handler for i18n resources required by the client. For example, the designer and the workflow editor require i18n keys to be present on the client. This resource serves a properties file as a JavaScript JSON-like file.
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

    • Method Detail

      • getRequestPath

        public String getRequestPath()
        Overrides:
        getRequestPath in class org.omnifaces.resourcehandler.DynamicResource
      • getInputStream

        public InputStream getInputStream()
                                   throws IOException
        Specified by:
        getInputStream in class javax.faces.application.Resource
        Throws:
        IOException