Interface Representation


public interface Representation
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tika.mime.MediaType
     
    void
    render(PropertyState property, javax.servlet.http.HttpServletResponse response)
     
    void
    render(Tree tree, javax.servlet.http.HttpServletResponse response)
     
  • Method Details

    • getType

      org.apache.tika.mime.MediaType getType()
    • render

      void render(Tree tree, javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • render

      void render(PropertyState property, javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException