com.bemoko.live.platform.mwc.config.elements.site
Class LiveConfigContextRule

java.lang.Object
  extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig<T>
      extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression<LiveConfigContextRule>
          extended by com.bemoko.live.platform.mwc.config.elements.site.LiveConfigContextRule
All Implemented Interfaces:
InheritableConfig<InheritableConfig<?>>, NamedLiveConfig, NamedLiveConfigWithExpression

public class LiveConfigContextRule
extends AbstractNamedLiveConfigWithExpression<LiveConfigContextRule>


Constructor Summary
LiveConfigContextRule()
           
 
Method Summary
 void addParameter(LiveConfigContextRuleParameter parameter)
           
 List<String> getGetParameters()
           
 Map<String,LiveConfigContextRuleParameter> getParameters()
           
 String toString()
          
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression
alwaysTrue, getExpr, isExprSet, refreshIdIfNotExplictlySet, setExpr, setName
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig
assertValid, generateAutoName, getId, getIdExplicitlySet, getName, getNameExplicitlySet, internalSetName, isInherit, refreshNameIfNotExplictlySet, setId, setIdExplicitySet, setInherit, setNameExplicitySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.NamedLiveConfig
assertValid, getId, getName, setId
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.InheritableConfig
isInherit, setInherit
 

Constructor Detail

LiveConfigContextRule

public LiveConfigContextRule()
Method Detail

toString

public String toString()
Description copied from class: AbstractNamedLiveConfigWithExpression

Overrides:
toString in class AbstractNamedLiveConfigWithExpression<LiveConfigContextRule>

getParameters

public Map<String,LiveConfigContextRuleParameter> getParameters()
Returns:
the initParams

addParameter

public void addParameter(LiveConfigContextRuleParameter parameter)
Parameters:
parameter - the header to add

getGetParameters

public List<String> getGetParameters()