helma.framework.core |
|
Java Source File Name | Type | Comment |
AppClassLoader.java | Class | ClassLoader subclass with package accessible addURL method. |
Application.java | Class | The central class of a Helma application. |
ApplicationBean.java | Class | Application bean that provides a handle to the scripting environment to
application specific functionality. |
Prototype.java | Class | The Prototype class represents Script prototypes/type defined in a Helma
application. |
RemoteApplication.java | Class | Proxy class for Aplication that listens to requests via RMI. |
RequestEvaluator.java | Class | This class does the work for incoming requests. |
RequestPath.java | Class | Represents a URI request path that has been resolved to an object path. |
Session.java | Class | This represents a session currently using the Hop application. |
SessionBean.java | Class | The SessionBean wraps a Session object and
exposes it to the scripting framework. |
SessionManager.java | Class | |
Skin.java | Class | This represents a Helma skin, i.e. |
SkinManager.java | Class | |
TypeManager.java | Class | The type manager periodically checks the prototype definitions for its
applications and updates the evaluators if anything has changed. |