com.ldodds.slug.http
Class ResponseStorer

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

public class ResponseStorer
extends AbstractResponseStorer
implements Consumer

Saves stuff to disk.

Author:
ldodds

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
ResponseStorer()
           
ResponseStorer(java.io.File cache)
           
 
Method Summary
protected  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.Consumer
consume, setController
 
Methods inherited from interface com.ldodds.slug.framework.config.MemoryHolder
setMemory
 
Methods inherited from interface com.ldodds.slug.framework.config.Component
configure, isConfigured
 

Constructor Detail

ResponseStorer

public ResponseStorer()

ResponseStorer

public ResponseStorer(java.io.File cache)
Method Detail

doConfig

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