Interface ResourceHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filterContent​(java.io.InputStream in, java.io.OutputStream out, java.lang.String resourceName)
      Filter content boolean.
      boolean filterName​(java.lang.String inputName, java.lang.StringBuffer outputName)
      Filter name boolean.
      java.lang.String filterString​(java.lang.String in, java.lang.String resourceName)
      Filter string string.
    • Method Detail

      • filterName

        boolean filterName​(java.lang.String inputName,
                           java.lang.StringBuffer outputName)
        Filter name boolean.
        Parameters:
        inputName - the input name
        outputName - the output name
        Returns:
        the boolean
      • filterContent

        boolean filterContent​(java.io.InputStream in,
                              java.io.OutputStream out,
                              java.lang.String resourceName)
                       throws java.io.IOException
        Filter content boolean.
        Parameters:
        in - the in
        out - the out
        resourceName - the resource name
        Returns:
        the boolean
        Throws:
        java.io.IOException - the io exception
      • filterString

        java.lang.String filterString​(java.lang.String in,
                                      java.lang.String resourceName)
                               throws java.io.IOException
        Filter string string.
        Parameters:
        in - the in
        resourceName - the resource name
        Returns:
        the string
        Throws:
        java.io.IOException - the io exception