Uses of Interface
com.uwyn.rife.continuations.ContinuableObject

Packages that use ContinuableObject
com.uwyn.rife.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
com.uwyn.rife.cmf.elements Provides an element that serves streaming content data straight from the content management framework. 
com.uwyn.rife.continuations Provides continuations functionalities natively in Java. 
com.uwyn.rife.continuations.basic Basic implementation of a continuation runner with associated classes. 
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.engine.elements Provides elements wigh common features that are useful in many web applications. 
com.uwyn.rife.feed.elements Provides elements for the integration of content syndication into a site. 
 

Uses of ContinuableObject in com.uwyn.rife.authentication.elements
 

Classes in com.uwyn.rife.authentication.elements that implement ContinuableObject
 class AbstractLogout
           
 class AbstractLogoutPassthrough
           
 class AbstractLogoutTemplate
           
 class Authenticated
          Requires that the user have a valid authentication session before access to a child element is allowed.
 class DatabaseAuthenticated
          Sets up the standard Authenticated element for managers that work with a database back-end.
 class DatabaseLogoutPassthrough
          Sets up the standard SimpleLogoutPassthrough element for managers that work with a database back-end.
 class DatabaseLogoutTemplate
          Sets up the standard SimpleLogoutTemplate element for managers that work with a database back-end.
 class FactoryPropertyAuthenticated
           
 class Identified
           
 class MemoryAuthenticated
          Sets up the standard Authenticated element for managers that work with an in-memory back-end.
 class MemoryLogoutPassthrough
          Sets up the standard SimpleLogoutPassthrough element for managers that work with an in-memory back-end.
 class MemoryLogoutTemplate
          Sets up the standard SimpleLogoutTemplate element for managers that work with an in-memory back-end.
 class MixedAuthenticated
          Sets up the standard Authenticated element with credentials and remember-me managers for database storage, but the session managers for memory storage.
 class PurgingDatabaseAuthenticated
          Sets up the standard Authenticated element for managers that work with a database back-end and enables automatic in-process purging.
 class PurgingMemoryAuthenticated
          Sets up the standard Authenticated element for managers that work with an in-memory back-end and enables automatic in-process purging.
 class PurgingMixedAuthenticated
          Sets up the standard Authenticated element with credentials and remember-me managers for database storage, but the session managers for memory storage and enables automatic in-process purging.
 class RoleUserAuthenticated
          Extends the generic Authenticated element with support for a role property that will be used together with RoleUserCredentials credentials to only allow people with that role to access the child page.
 class SimpleLogoutPassthrough
           
 class SimpleLogoutTemplate
           
 

Uses of ContinuableObject in com.uwyn.rife.cmf.elements
 

Classes in com.uwyn.rife.cmf.elements that implement ContinuableObject
 class ServeContent
           
 

Uses of ContinuableObject in com.uwyn.rife.continuations
 

Classes in com.uwyn.rife.continuations with type parameters of type ContinuableObject
 class ContinuationConfigRuntime<T extends ContinuableObject>
          Configures the runtime behavior of the continuations engine.
 class ContinuationContext<T extends ContinuableObject>
          Contains all contextual data of one particular continuation.
 class ContinuationManager<T extends ContinuableObject>
          Manages a collection of ContinuationContext instances.
 

Uses of ContinuableObject in com.uwyn.rife.continuations.basic
 

Methods in com.uwyn.rife.continuations.basic that return ContinuableObject
 ContinuableObject ClassCallTargetRetriever.getCallTarget(Object target, CallState state)
          Retrieves the continuable for a call continuation.
 ContinuableObject CallTargetRetriever.getCallTarget(Object target, CallState state)
          Retrieves the continuable for a particular call continuation target and state.
 ContinuableObject BasicContinuableRunner.getCurrentContinuable()
          Retrieves the continuable that is active for the executing thread.
 

Methods in com.uwyn.rife.continuations.basic with parameters of type ContinuableObject
 void BasicContinuableRunner.beforeExecuteEntryMethodHook(ContinuableObject object)
          Hook method that will be executed right before executing the entry method of a continuable object, when the default implementation of BasicContinuableRunner.executeContinuable(com.uwyn.rife.continuations.ContinuableObject) is used.
 void BasicContinuableRunner.executeContinuable(ContinuableObject object)
          Executes the continuable object by looking up the entrance method and invoking it.
 

Uses of ContinuableObject in com.uwyn.rife.engine
 

Classes in com.uwyn.rife.engine that implement ContinuableObject
 class Element
          This is a convenience abstract class that implements the ElementAware interface and extends the ElementSupport class.
 class ElementScripted
          The ElementScripted class provides a bridge between scripting engines and the element backend.
 class ElementSupport
          The ElementSupport class provides all the methods to communicate from inside an element with the context in which it is being executed.
 

Uses of ContinuableObject in com.uwyn.rife.engine.elements
 

Classes in com.uwyn.rife.engine.elements that implement ContinuableObject
 class Defer
           
 class DwrService
           
 class PrintTemplate
           
 class Redirect
           
 class SoapXFire
           
 class Uncached
           
 class WebservicesHessian
           
 

Uses of ContinuableObject in com.uwyn.rife.feed.elements
 

Classes in com.uwyn.rife.feed.elements that implement ContinuableObject
 class FeedProvider
          An Element that uses an EntryProvider to print out a feed.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.