|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
html.StaticResourceServlet
html.FileServlet
public class FileServlet
Servlet for serving files by jPALIO. A directory of static content can be specified by initial param basePath
. If not
specified, the default value will be used. Default directory path for static content is static
in base directory of jPALIO
context.
StaticResourceServlet
,
StaticResource
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class html.StaticResourceServlet |
---|
StaticResourceServlet.StaticResource |
Field Summary | |
---|---|
static java.lang.String |
PARAM_BASE_PATH
Base path for static content parameter |
Constructor Summary | |
---|---|
FileServlet()
|
Method Summary | |
---|---|
void |
init()
|
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAM_BASE_PATH
Constructor Detail |
---|
public FileServlet()
Method Detail |
---|
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |