| Package | Description |
|---|---|
| org.owasp.webgoat.lessons | |
| org.owasp.webgoat.plugins | |
| org.owasp.webgoat.session | |
| org.owasp.webgoat.util |
| Modifier and Type | Method and Description |
|---|---|
WebgoatContext |
AbstractLesson.getWebgoatContext()
Getter for the field
webgoatContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLesson.setWebgoatContext(WebgoatContext webgoatContext)
Setter for the field
webgoatContext. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractLesson> |
LegacyLoader.loadLessons(WebgoatContext webgoatContext,
javax.servlet.ServletContext context,
String path,
WebgoatProperties properties)
Instantiate all the lesson objects into a cache
|
| Modifier and Type | Method and Description |
|---|---|
WebgoatContext |
WebSession.getWebgoatContext()
Getter for the field
webgoatContext. |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
DatabaseUtilities.getConnection(String user,
WebgoatContext context)
getConnection.
|
void |
Course.loadCourses(WebgoatContext webgoatContext,
javax.servlet.ServletContext context,
String path)
Description of the Method
|
| Constructor and Description |
|---|
WebSession(WebgoatContext webgoatContext,
javax.servlet.ServletContext context)
Constructor for the WebSession object
|
| Constructor and Description |
|---|
WebGoatI18N(WebgoatContext context)
Deprecated.
Constructor for WebGoatI18N.
|
Copyright © 2006–2016 OWASP. All rights reserved.