public class LessonSource extends HammerHead
| Modifier and Type | Field and Description |
|---|---|
static String |
END_SOURCE_SKIP
Constant
END_SOURCE_SKIP="END_OMIT_SOURCE" |
static String |
START_SOURCE_SKIP
Description of the Field
|
httpDateFormat, propertiesPath| Constructor and Description |
|---|
LessonSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Description of the Method
|
protected String |
getSolution(WebSession s)
getSolution.
|
protected String |
getSource(WebSession s)
Description of the Method
|
protected void |
writeSource(String s,
javax.servlet.http.HttpServletResponse response)
Description of the Method
|
doGet, formatHttpDate, getServletInfo, init, log, makeScreen, setCacheHeaders, updateSession, writeScreendoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String START_SOURCE_SKIP
public static final String END_SOURCE_SKIP
END_SOURCE_SKIP="END_OMIT_SOURCE"public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doPost in class HammerHeadIOException - Description of the Exceptionjavax.servlet.ServletException - Description of the Exceptionprotected String getSource(WebSession s)
s - Description of the Parameterprotected String getSolution(WebSession s)
getSolution.
s - a WebSession object.String object.protected void writeSource(String s, javax.servlet.http.HttpServletResponse response) throws IOException
s - Description of the Parameterresponse - Description of the ParameterIOException - Description of the ExceptionIOException - if any.Copyright © 2006–2016 OWASP. All rights reserved.