public abstract class WebUIPage
extends Object
The direct parent of a WebUIPage is not specified as it can be either a WebUI or a WebUITab. If the parent is a WebUI, the prefix is appended to the parent's address to form a full path. Else, if the parent is a WebUITab, the prefix is appended to the super prefix of the parent to form a relative path. The prefix must not contain slashes.
Constructor and Description |
---|
WebUIPage(String prefix) |
Modifier and Type | Method and Description |
---|---|
String |
prefix() |
abstract scala.collection.Seq<scala.xml.Node> |
render(javax.servlet.http.HttpServletRequest request) |
org.json4s.JsonAST.JValue |
renderJson(javax.servlet.http.HttpServletRequest request) |