@Path(value="/") public class TikaWelcome extends Object
Provides a basic welcome to the Apache Tika Server.
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | TikaWelcome.Endpoint | 
| Constructor and Description | 
|---|
| TikaWelcome(List<org.apache.cxf.jaxrs.lifecycle.ResourceProvider> rCoreProviders) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getWelcomeHTML() | 
| String | getWelcomePlain() | 
| protected List<TikaWelcome.Endpoint> | identifyEndpoints() | 
public TikaWelcome(List<org.apache.cxf.jaxrs.lifecycle.ResourceProvider> rCoreProviders)
protected List<TikaWelcome.Endpoint> identifyEndpoints()
@GET @Produces(value="text/html") public String getWelcomeHTML()
@GET @Produces(value="text/plain") public String getWelcomePlain()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.