Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.
Located in /phrame/util/Object.php (line 10)
Class | Description |
---|---|
HashMap | HashMap of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the HashMap class in the Java language. |
ArrayList | ArrayList of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the ArrayList class in the Java language. |
MappingManager | class to create Phrame Mapping arrays |
Action | An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request. The ActionController will select an appropriate Action for each request, create an instance (if necessary), and call the perform() method. |
ActionController | The ActionController class represents the controller in the Model-View-Controller (MVC) design pattern. The ActionController receives and processes all requests that change the state of the application. |
ActionForward | The ActionForward class represents a destination to which the |
Documentation generated on Wed, 05 Oct 2011 10:36:42 +0200 by phpDocumentor 1.4.1