org.enhydra.barracuda.contrib.dbroggisch.display.filters
Class FilterContext

java.lang.Object
  extended byorg.enhydra.barracuda.plankton.data.DefaultStateMap
      extended byorg.enhydra.barracuda.contrib.dbroggisch.display.filters.FilterContext
All Implemented Interfaces:
StateMap

public class FilterContext
extends DefaultStateMap


Field Summary
 String _channel
           
static String FILTER_LOCALE
           
 
Fields inherited from class org.enhydra.barracuda.plankton.data.DefaultStateMap
logger, props
 
Constructor Summary
FilterContext()
           
FilterContext(Locale loc)
           
FilterContext(ViewCapabilities vc)
           
 
Method Summary
 String getChannel()
           
 Locale getLocale()
           
 void setChannel(String channel)
           
 void setLocale(Locale loc)
           
 
Methods inherited from class org.enhydra.barracuda.plankton.data.DefaultStateMap
clearState, getState, getStateKeys, getStateValues, putState, removeState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_LOCALE

public static final String FILTER_LOCALE
See Also:
Constant Field Values

_channel

public String _channel
Constructor Detail

FilterContext

public FilterContext()

FilterContext

public FilterContext(Locale loc)

FilterContext

public FilterContext(ViewCapabilities vc)
Method Detail

getChannel

public String getChannel()

setChannel

public void setChannel(String channel)

getLocale

public Locale getLocale()

setLocale

public void setLocale(Locale loc)


Copyright © 2003 BarracudaMVC.org All Rights Reserved.