|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebAppSpecification | |
|---|---|
| org.nakedobjects.runtime.viewer | Viewer API. |
| org.nakedobjects.runtime.web | |
| Uses of WebAppSpecification in org.nakedobjects.runtime.viewer |
|---|
| Methods in org.nakedobjects.runtime.viewer that return WebAppSpecification | |
|---|---|
WebAppSpecification |
NakedObjectsViewerNoop.getWebAppSpecification()
|
WebAppSpecification |
NakedObjectsViewer.getWebAppSpecification()
Provide requirement for running a viewer from within an embedded web container. |
WebAppSpecification |
NakedObjectsViewerAbstract.getWebAppSpecification()
Default implementation to return null, indicating that this viewer should not be run in a web container. |
| Uses of WebAppSpecification in org.nakedobjects.runtime.web |
|---|
| Methods in org.nakedobjects.runtime.web that return types with arguments of type WebAppSpecification | |
|---|---|
protected java.util.List<WebAppSpecification> |
EmbeddedWebServerAbstract.getSpecifications()
|
| Methods in org.nakedobjects.runtime.web with parameters of type WebAppSpecification | |
|---|---|
void |
EmbeddedWebServer.addWebAppSpecification(WebAppSpecification webContainerRequirements)
|
void |
EmbeddedWebServerAbstract.addWebAppSpecification(WebAppSpecification specification)
Must be called prior to initialization. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||