public abstract class AbstractAggregationServlet extends AbstractContentServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR_CACHE |
static String |
NO_CACHE |
| Constructor and Description |
|---|
AbstractAggregationServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
aggregateFromFile(StringBuffer buffer,
File cwd,
String fileName,
List<String> profiles) |
protected String |
getContent(javax.servlet.http.HttpServletRequest request) |
protected abstract String |
getContentType() |
protected String |
getFileContents(File f)
Deprecated.
|
void |
init(javax.servlet.ServletConfig config) |
protected abstract String |
postProcess(String content) |
protected abstract String |
processFileContent(String content) |
protected File |
resolveFile(File cwd,
String relativePath)
Deprecated.
|
doGet, resolveContent, resolveRelativeFileFromUridoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String CLEAR_CACHE
public static final String NO_CACHE
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class AbstractContentServletjavax.servlet.ServletException@Deprecated protected File resolveFile(File cwd, String relativePath) throws IOException
resolveFile in class AbstractContentServletIOException@Deprecated protected String getFileContents(File f) throws IOException
getFileContents in class AbstractContentServletIOExceptionprotected abstract String getContentType()
getContentType in class AbstractContentServletprotected String getContent(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException, IOException
getContent in class AbstractContentServletjavax.servlet.ServletExceptionIOExceptionprotected void aggregateFromFile(StringBuffer buffer, File cwd, String fileName, List<String> profiles) throws IOException
IOExceptionCopyright © 2016. All rights reserved.