| Package | Description |
|---|---|
| org.owasp.webgoat.lessons.model | |
| org.owasp.webgoat.service |
| Modifier and Type | Method and Description |
|---|---|
List<LessonMenuItem> |
LessonMenuItem.getChildren()
Getter for the field
children. |
| Modifier and Type | Method and Description |
|---|---|
void |
LessonMenuItem.addChild(LessonMenuItem child)
addChild.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LessonMenuItem.setChildren(List<LessonMenuItem> children)
Setter for the field
children. |
| Modifier and Type | Method and Description |
|---|---|
List<LessonMenuItem> |
LessonMenuService.showLeftNav(javax.servlet.http.HttpSession session)
Returns the lesson menu which is used to build the left nav
|
Copyright © 2006–2016 OWASP. All rights reserved.