Novell exteNd
Director 5.2 API

Package com.sssw.fw.api

Provides interfaces for working with the Director Framework subsystem.

See:
          Description

Interface Summary
EbiActionContext an EbiContext that contains an EbiActionRequest and and EbiActionResponse as wrapped objects within EbiRequest and EbiResponse
EbiActionRequest The EbiActionRequest wraps an javax.portlet.ActionRequest
EbiActionResponse The EbiActionResponse wraps a javax.portlet.ActionResponse
EbiCacheEntry Interface for an entry in the memory cache or disk cache.
EbiCacheHolder Interface for a cache holder.
EbiCacheManager This provides an interface for the cache manager.
EbiComparator Interface for implementing comparison logic.
EbiConfig Interface for managing configuration properties.
EbiConstants This class contains constants for SilverStream framework.
EbiContext EbiContext stores information about the user's environment.
EbiDelegate Generic interface for business delegate subinterfaces.
EbiElement Base interface for framework elements.
EbiFrameworkElement Parent interface for the individual element interfaces.
EbiFullTextQuery Deprecated. Use EbiQuery in the Search subsystem.
EbiHttpRequest The EbiHttpRequest wraps an javax.servlet.http.HttpServletRequest
EbiHttpResponse The EbiHttpResponse wraps a javax.servlet.http.HttpSevrletResponse
EbiLog This is an interface for managing configured logs.
EbiManagableService This interface is to be implemented by Director services that wish to be life cycle managed.
EbiMetaDataQuery Generic interface for defining a SQL query over metadata.
EbiPortletRequest  
EbiQuery This is a generic interface for defining queries for searching over various types of Portal Elements.
EbiQueryBase Base interface for defining SQL queries.
EbiQueryExpression Interface for combining expressions for use in the WHERE clause of a SQL query.
EbiRenderContext an EbiContext that contains an EbiRenderRequest and and EbiRenderResponse as wrapped objects within EbiRequest and EbiResponse
EbiRenderRequest The EbiRenderRequest wraps an javax.portlet.RenderRequest
EbiRenderResponse The EbiRenderResponse wraps a javax.portlet.RenderResponse
EbiRequest This interface provides a wrapper to one of three request implementations.
EbiRequestContext Interface for examining request information passed by a component.
EbiResponse Defines constants for response phrase and response status.
EbiScopedPath A ScopedPath represents an get/set protocol that exposes the target object in an xpath like syntax.
EbiSecurableElement Interface implemented by the portal elements that are securable.
EbiServiceLocator Interface that defines a service locator for JNDI and J2EE resources.
EbiSession Generic interface for a portal session.
EbiSrvLifetimeCacheHolder This is an interface for a cache holder which provides a method for the cache manager to notify when a cache entry is removed.
EbiThreadPoolManager abstraction of a Thread Pool
EbiTimer Interface for a timer.
EbiTimerHandler Interface you need to implement in a handler object for one or more timers.
EbiWhiteboard Information that persists between requests is stored in the EbiSession object, which is available from the context.
EbiWhiteboardEraser Whiteboard erasers are used to clear key/value pairs from whiteboards.
 

Class Summary
EboThreadPoolManager this is a base class to extend for a custom thread pool.
 

Package com.sssw.fw.api Description

Provides interfaces for working with the Director Framework subsystem. The Framework subsystem provides core Director services such as caching, system configuration, session management, and other services used by the other subsystems.


Novell exteNd
Director 5.2 API