org.codehaus.wadi
Interface DistributableAttributesConfig

All Superinterfaces:
AttributesConfig, Config
All Known Implementing Classes:
DistributableSession

public interface DistributableAttributesConfig
extends AttributesConfig

TODO - JavaDoc this type

Version:
$Revision: 1160 $
Author:
Jules Gosnell

Method Summary
 ValueHelper findHelper(Class type)
           
 boolean getHttpSessionAttributeListenersRegistered()
           
 HttpSessionEvent getHttpSessionEvent()
           
 Streamer getStreamer()
           
 
Methods inherited from interface org.codehaus.wadi.AttributesConfig
getValuePool
 

Method Detail

getStreamer

public Streamer getStreamer()

findHelper

public ValueHelper findHelper(Class type)

getHttpSessionEvent

public HttpSessionEvent getHttpSessionEvent()

getHttpSessionAttributeListenersRegistered

public boolean getHttpSessionAttributeListenersRegistered()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.