Uses of Package
com.tirsen.angkor

Packages that use com.tirsen.angkor
com.tirsen.angkor The core framework for Angkor. 
com.tirsen.angkor.event Generic Events and Listeners such as ChangeEvent and ActionEvent. 
com.tirsen.angkor.jsp Framework for using prerendered Angkor components in a JSP page. 
com.tirsen.angkor.process The Pipeline architecture with a set of predefined Valves is used to process an incoming request in Angkor. 
com.tirsen.angkor.table The Table widget and its framework and models. 
com.tirsen.angkor.widget The standard widgets in Angkor. 
 

Classes in com.tirsen.angkor used by com.tirsen.angkor
AbstractViewFactory
          Abstract baseclass for implementing ViewFactories
Application
          The main controller of an application, typically first class extended when implementing an application in Angkor.
Component
          The default implementation of the View interface, implements a set of functionality usable by most widgets in Angkor.
Page
          TODO document Page
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
View
          This is the interface the engine has to the widgets.
ViewFactory
          A factory for instantiating Views.
 

Classes in com.tirsen.angkor used by com.tirsen.angkor.event
Application
          The main controller of an application, typically first class extended when implementing an application in Angkor.
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
 

Classes in com.tirsen.angkor used by com.tirsen.angkor.jsp
ApplicationFilter
          A servlet filter acting as the main entry point to the Angkor engine, passes the request to RenderContext where the actual engine is implemented
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
View
          This is the interface the engine has to the widgets.
 

Classes in com.tirsen.angkor used by com.tirsen.angkor.process
Page
          TODO document Page
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
ViewFactory
          A factory for instantiating Views.
 

Classes in com.tirsen.angkor used by com.tirsen.angkor.table
Component
          The default implementation of the View interface, implements a set of functionality usable by most widgets in Angkor.
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
View
          This is the interface the engine has to the widgets.
 

Classes in com.tirsen.angkor used by com.tirsen.angkor.widget
Component
          The default implementation of the View interface, implements a set of functionality usable by most widgets in Angkor.
Controller
          Base class useful for implementing controllers
RenderContext
          The RenderContext encapsulates the current processing state of the request, the partitioning of responsibilities between Application, RenderContext and ExecuteContext is not yet fully resolved and this needs some refactoring.
View
          This is the interface the engine has to the widgets.
ViewLink
          Refactor this a little bit.
 



Copyright © 2002-2002 . All Rights Reserved.