org.apache.lens.server.ui
Class StaticFileResource
java.lang.Object
org.apache.lens.server.ui.StaticFileResource
@Path(value="/")
public class StaticFileResource
- extends Object
The Class StaticFileResource.
Field Summary |
static org.apache.commons.logging.Log |
LOG
The Constant LOG. |
LOG
public static final org.apache.commons.logging.Log LOG
- The Constant LOG.
StaticFileResource
public StaticFileResource()
getStaticResource
@GET
@Path(value="/{filePath:.*}")
public javax.ws.rs.core.Response getStaticResource(@PathParam(value="filePath")
String filePath)
- Gets the static resource.
- Parameters:
filePath
- the file path
- Returns:
- the static resource
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.