public class LegacyLoader extends Object
| Constructor and Description |
|---|
LegacyLoader()
Constructor for LegacyLoader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
loadFiles(javax.servlet.ServletContext context,
String path)
Load all of the filenames into a temporary cache
|
List<AbstractLesson> |
loadLessons(WebgoatContext webgoatContext,
javax.servlet.ServletContext context,
String path,
WebgoatProperties properties)
Instantiate all the lesson objects into a cache
|
void |
loadResources(List<AbstractLesson> lessons)
For each lesson, set the source file and lesson file
|
public void loadFiles(javax.servlet.ServletContext context,
String path)
context - a ServletContext object.path - a String object.public List<AbstractLesson> loadLessons(WebgoatContext webgoatContext, javax.servlet.ServletContext context, String path, WebgoatProperties properties)
path - a String object.context - a ServletContext object.webgoatContext - a WebgoatContext object.properties - a WebgoatProperties object.List object.public void loadResources(List<AbstractLesson> lessons)
lessons - a List object.Copyright © 2006–2016 OWASP. All rights reserved.