|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ElementAware | This interface contains all the methods that a class must implement to become an element for the web engine. |
| ElementChildTrigger | This interface contains all the methods that a class must implement to be able to handle child trigger events. |
| ElementInfoProcessor | |
| ElementInitializer | This interface contains all the methods that a class must implement to be able to handle the initialization of an element. |
| ElementResultState | |
| ElementService | This interface allows web service objects to gain access to the element context during their invocation. |
| InitConfig | |
| Request | This interface contains all the methods that the web engine needs to be able to correctly handle incoming requests. |
| Response | This interface contains all the methods that the web engine needs to be able to send a response to the client. |
| SiteListener | An interface that can be implemented to receive notifications about the events related to a site in the web engine |
| SiteProcessor | |
| StateStore | |
| Class Summary | |
|---|---|
| AbstractResponse | This abstract class implements parts of the Response interface to
provide behaviour that is specific to RIFE. |
| BeanDeclaration | |
| CharSequenceDeferred<T extends CharSequenceDeferred> | |
| Element | This is a convenience abstract class that implements the ElementAware interface and extends the ElementSupport class. |
| ElementContext | |
| ElementDeployer | Classes that are responsible for deploying elements have to extend this abstract class. |
| ElementInfo | |
| ElementInfoBuilder | |
| ElementInfoProcessorFactory | |
| ElementScripted | The ElementScripted class provides a bridge between
scripting engines and the element backend. |
| ElementSupport | The ElementSupport class provides all the methods to
communicate from inside an element with the context in which it is being
executed. |
| ElementToService | Contains the information required to service an element request. |
| ElementType | |
| EngineClassLoader | |
| EngineClassLoaderClasspath | Helper class to avoid Double Check Locking and still have a thread-safe singleton pattern |
| EngineClassLoaderRifeWebappPath | Helper class to avoid Double Check Locking and still have a thread-safe singleton pattern |
| EngineContinuationConfigInstrument | |
| EngineContinuationConfigRuntime | |
| EngineContinuationConfigRuntimeSingleton | |
| EngineTemplateInitializer | |
| FlowLink | |
| FlowLinkBuilder | |
| FlowState | |
| FormStateType | |
| Gate | |
| GlobalExit | |
| GlobalVar | |
| InitConfigFilter | |
| InitConfigServlet | |
| PathInfoMapping | |
| PathInfoMappingSegment | |
| PathInfoMode | |
| RequestMethod | |
| ReservedParameters | |
| ResultStates | |
| Scope | |
| Site | A Site contains all the elements that will be used to handle
web requests |
| SiteBuilder | |
| SiteProcessorFactory | |
| StateStoreFactory | |
| StateStoreQuery | |
| StateStoreSession | |
| StateStoreTools | |
| Submission | |
| SubmissionBuilder | |
| SubsiteDeclaration | |
| UploadedFile | An UploadedFile instance is created by the web engine when
files are uploaded through a multi-part request. |
| UrlResource | Packages an URL resource together with additional data that
can't be stored in the URL instance itself. |
Provides classes, interfaces and elements for the web application engine.
The web engine gives the best of request-based and component-based approaches in a consistent component object model.
It offers the following advanced features:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||