com.ldodds.slug.http
Class PersistentResponseStorer

java.lang.Object
  extended bycom.ldodds.slug.framework.config.ComponentImpl
      extended bycom.ldodds.slug.http.AbstractResponseStorer
          extended bycom.ldodds.slug.http.PersistentResponseStorer
All Implemented Interfaces:
Component, Consumer, MemoryHolder

public class PersistentResponseStorer
extends AbstractResponseStorer


Field Summary
 
Fields inherited from class com.ldodds.slug.http.AbstractResponseStorer
_controller, _logger, _memory
 
Fields inherited from class com.ldodds.slug.framework.config.ComponentImpl
_configured
 
Constructor Summary
PersistentResponseStorer()
           
 
Method Summary
 boolean doConfig(Resource self)
           
 
Methods inherited from class com.ldodds.slug.http.AbstractResponseStorer
consume, setController, setMemory
 
Methods inherited from class com.ldodds.slug.framework.config.ComponentImpl
configure, isConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ldodds.slug.framework.config.Component
configure, isConfigured
 

Constructor Detail

PersistentResponseStorer

public PersistentResponseStorer()
Method Detail

doConfig

public boolean doConfig(Resource self)
Overrides:
doConfig in class ComponentImpl