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

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

Deprecated. - please use LiveConfigPlugin

@Deprecated
public class LiveConfigContentSource
extends LiveConfigPlugin


Nested Class Summary
 
Nested classes/interfaces inherited from class com.bemoko.live.platform.mwc.config.elements.site.LiveConfigPlugin
LiveConfigPlugin.PHASE, LiveConfigPlugin.TYPE
 
Field Summary
 
Fields inherited from class com.bemoko.live.platform.mwc.config.elements.site.LiveConfigPlugin
plugin
 
Constructor Summary
LiveConfigContentSource()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.site.LiveConfigPlugin
addInitParam, addInitParam, assertValid, getInitParams, getIntentContainer, getPhaseAsEnum, getPlugin, getRoot, getScopeAsEnum, getType, isEscape, setEscape, setIntentContainer, setPhase, setPlugin, setRoot, setScope, 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
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
getId, getName, setId
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.InheritableConfig
isInherit, setInherit
 

Constructor Detail

LiveConfigContentSource

public LiveConfigContentSource()
Deprecated.