Uses of Interface
org.norther.tammi.core.pool.Recyclable

Packages that use Recyclable
org.norther.tammi.core.pool   
org.norther.tammi.spray.authenticator.chain   
org.norther.tammi.spray.authenticator.tool   
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.db.tool   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.engine.chain   
org.norther.tammi.spray.engine.context   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.media.tool   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.remote.chain   
org.norther.tammi.spray.servlet.chain   
org.norther.tammi.spray.session   
org.norther.tammi.spray.template.tool   
org.norther.tammi.spray.terminal.chain   
org.norther.tammi.sprig.chart.tool   
org.norther.tammi.sprig.report.tool   
 

Uses of Recyclable in org.norther.tammi.core.pool
 

Subinterfaces of Recyclable in org.norther.tammi.core.pool
 interface Poolable
          An interface extending the Recyclable interface for classes providing a public method for pooling them by their clients or by themselves.
 

Classes in org.norther.tammi.core.pool that implement Recyclable
 class PoolableSupport
          A support class for recyclable objects providing a pooling method.
 class RecyclableSupport
          A support class for recyclable objects implementing default methods.
 

Constructors in org.norther.tammi.core.pool with parameters of type Recyclable
RecyclableSupport(Recyclable adaptee)
          Constructs a new recyclable adapter.
 

Uses of Recyclable in org.norther.tammi.spray.authenticator.chain
 

Classes in org.norther.tammi.spray.authenticator.chain that implement Recyclable
 class AuthenticatedRequest
          A default implementation of the authenticated request.
 class SavedRequest
          A saved request to be restored after authentication.
 

Uses of Recyclable in org.norther.tammi.spray.authenticator.tool
 

Classes in org.norther.tammi.spray.authenticator.tool that implement Recyclable
 class UserTool
          A request context tool for user info.
 

Uses of Recyclable in org.norther.tammi.spray.connector.chain
 

Classes in org.norther.tammi.spray.connector.chain that implement Recyclable
 class AbstractConnection
          An abstact connection avoiding synchronized methods for performance reasons but trusts on atomic fields.
 class AbstractConnectorRequest
          An abstract implementation of the connector request.
 class AbstractConnectorResponse
          An abstract implementation of the connector response.
 class ChannelConnection
          A connection through a non-blocking socket channel registered with the specified key.
 class ConnectorRequest
          A default implementation of the connector request implementing raw stream support.
 class ConnectorResponse
          A default implementation of the connector response implementing raw stream support.
 class DispatchedRequest
          A dispatched request providing about the same functionality as ConnectorRequest and hiding others to provide a fresh start for forwards and includes.
 class DispatchedResponse
          A dispatched response providing about the same functionality as ConnectorResponse and hiding others to provide a fresh start for includes.
 class InterConnection
          A connection through an internal call.
 class OverflowConnection
          A connection through a socket without a connection timeout.
 class SocketConnection
          A connection through a socket.
 

Uses of Recyclable in org.norther.tammi.spray.db.tool
 

Classes in org.norther.tammi.spray.db.tool that implement Recyclable
 class RepositoryTool
          A request context tool to create and access persistent objects.
 

Uses of Recyclable in org.norther.tammi.spray.engine
 

Classes in org.norther.tammi.spray.engine that implement Recyclable
static class DefaultContextToolFilter.InternalTemplateContext
          An internal implementation of TemplateContext.
 

Uses of Recyclable in org.norther.tammi.spray.engine.chain
 

Classes in org.norther.tammi.spray.engine.chain that implement Recyclable
 class TemplateResponse
          A default implementation of the template response.
 

Uses of Recyclable in org.norther.tammi.spray.engine.context
 

Classes in org.norther.tammi.spray.engine.context that implement Recyclable
 class DefaultTemplateContext
          A default implementation of TemplateContext.
 

Uses of Recyclable in org.norther.tammi.spray.engine.tool
 

Classes in org.norther.tammi.spray.engine.tool that implement Recyclable
 class BeanTool
          A request context tool for bean operations.
 class BrokerTool
          A request context tool extending MBeanConfig and pushing exceptions into the error stack of the filter chain instead of throwing them.
 class ChainTool
          A request context tool for filter chaining.
 class ContentTool
          A request context tool acting as a content holder.
 class ContextTool
          An abstract request context tool extending the global tool.
 class FormatTool
          A request context tool for localized resources.
 class GlobalTool
          An abstract global context tool implementing the ContextBindingListener interface and pooling itself when it is unbound from the context.
 class JavaTool
          A request context tool for interpreting Java statements in templates.
 class MathTool
          A global context tool for math operations.
 class PathTool
          A global context tool for file path operations.
 class TypeTool
          A global context tool for type conversions.
 class VoidTool
          A global tool for void references.
 

Uses of Recyclable in org.norther.tammi.spray.filter.chain
 

Classes in org.norther.tammi.spray.filter.chain that implement Recyclable
 class DefaultFilterChain
          A default implementation of HttpFilterChain.
 class HttpServletRequestWrapper
          A wrapper implementation of the javax.servlet.http.HttpServletRequest interface providing a recyclable alternative to the javax.servlet.http.HttpServletRequestWrapper class.
 class HttpServletResponseWrapper
          A wrapper implementation of the javax.servlet.http.HttpServletResponse interface providing a recyclable alternative to the javax.servlet.http.HttpServletResponseWrapper class.
 class ServletRequestWrapper
          A wrapper implementation of the javax.servlet.ServletRequest interface providing a recyclable alternative to the javax.servlet.ServletRequestWrapper class.
 class ServletResponseWrapper
          A wrapper implementation of the javax.servlet.ServletResponse interface providing a recyclable alternative to the javax.servlet.ServletResponseWrapper class.
 

Uses of Recyclable in org.norther.tammi.spray.media.tool
 

Classes in org.norther.tammi.spray.media.tool that implement Recyclable
 class LinkTool
          A request context tool supporting creation of links to media filters.
 class MediaTool
          A request context tool supporting creation of links to hosts and services.
 

Uses of Recyclable in org.norther.tammi.spray.protocol.chain
 

Classes in org.norther.tammi.spray.protocol.chain that implement Recyclable
 class AbstractProtocolRequest
          An abstract protocol request implementing the ProtocolExtension interface as an inner class and extended parameter methods.
 class AbstractProtocolResponse
          An abstract protocol response implementing extended character encoding.
 class BaseProtocolRequest
          An abstract protocol request implementing URL, header and parameter methods.
 class HttpProtocolRequest
          A default implementation of the HTTP protocol request.
 class HttpProtocolResponse
          A default implementation of the HTTP protocol response.
 class HttpRelayRequest
          A HTTP relay request.
 class HttpRelayResponse
          A HTTP relay response.
 

Uses of Recyclable in org.norther.tammi.spray.remote.chain
 

Classes in org.norther.tammi.spray.remote.chain that implement Recyclable
 class HttpRMIRequest
          An HTTP request through an RMI connection.
 class HttpRMIResponse
          An HTTP response through an RMI connection.
 

Uses of Recyclable in org.norther.tammi.spray.servlet.chain
 

Classes in org.norther.tammi.spray.servlet.chain that implement Recyclable
 class HttpServletRequestDecorator
          A decorator for HttpServletRequest.
 class HttpServletResponseDecorator
          A decorator for HttpServletResponse.
 class ServletConnection
          A connection through a servlet.
 

Uses of Recyclable in org.norther.tammi.spray.session
 

Classes in org.norther.tammi.spray.session that implement Recyclable
 class DefaultSession
          A default implementation of AuthenticatdSession.
 

Uses of Recyclable in org.norther.tammi.spray.template.tool
 

Classes in org.norther.tammi.spray.template.tool that implement Recyclable
 class FlowTool
          A request context tool for controlling flows.
 class FormTool
          A request context tool for rendering forms.
 class PageTool
          Extends the page tool to support template rendering.
 class SkinTool
          A request context tool supporting skins.
 class TaskTool
          Extends the link tool to support links to template filters.
 

Uses of Recyclable in org.norther.tammi.spray.terminal.chain
 

Classes in org.norther.tammi.spray.terminal.chain that implement Recyclable
 class TerminalRequest
          A default implementation of the terminal request.
 class TerminalResponse
          A default implementation of the terminal response.
 

Uses of Recyclable in org.norther.tammi.sprig.chart.tool
 

Classes in org.norther.tammi.sprig.chart.tool that implement Recyclable
 class ChartTool
          A request context tool for chart generation.
 

Uses of Recyclable in org.norther.tammi.sprig.report.tool
 

Classes in org.norther.tammi.sprig.report.tool that implement Recyclable
 class ReportTool
          A request context tool for report processing.
 



Copyright © 2004 The Norther Organization. All rights reserved.