Class TikaWelcome

java.lang.Object
org.apache.tika.server.core.resource.TikaWelcome

@Path("/") public class TikaWelcome extends Object

Provides a basic welcome to the Apache Tika Server.

  • Constructor Details

    • TikaWelcome

      public TikaWelcome(List<org.apache.cxf.jaxrs.lifecycle.ResourceProvider> rCoreProviders)
  • Method Details

    • identifyEndpoints

      protected List<TikaWelcome.Endpoint> identifyEndpoints()
    • getWelcomeHTML

      @GET @Produces("text/html") public String getWelcomeHTML()
    • getWelcomePlain

      @GET @Produces("text/plain") public String getWelcomePlain()