|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
com.tirsen.angkor | The core framework for Angkor. |
com.tirsen.angkor.event | Generic Events and Listeners such as ChangeEvent and ActionEvent. |
Uses of Application in com.tirsen.angkor |
Methods in com.tirsen.angkor that return Application | |
Application |
RenderContext.getApplication()
|
Application |
Page.getApplication()
|
Application |
Controller.getApplication()
|
Application |
ApplicationFactory.getApplication()
|
static Application |
Application.getApplication()
Returns the application of the currently executing pipeline. |
Methods in com.tirsen.angkor with parameters of type Application | |
void |
Page.setApplication(Application application)
|
void |
ApplicationFactory.setApplication(Application application)
|
Constructors in com.tirsen.angkor with parameters of type Application | |
Controller(Application application)
|
Uses of Application in com.tirsen.angkor.event |
Methods in com.tirsen.angkor.event with parameters of type Application | |
void |
EventQueue.processEvents(Application application)
Sends the events and clears the event queue. |
void |
EventQueue.QueuedEvent.send(Application application)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |