ehcache

net.sf.ehcache.config.generator.model.elements
Class ManagementRESTServiceConfigurationElement

java.lang.Object
  extended by net.sf.ehcache.config.generator.model.AbstractNodeElement
      extended by net.sf.ehcache.config.generator.model.SimpleNodeElement
          extended by net.sf.ehcache.config.generator.model.elements.ManagementRESTServiceConfigurationElement
All Implemented Interfaces:
NodeElement

public class ManagementRESTServiceConfigurationElement
extends SimpleNodeElement

Element representing the ManagementRESTServiceConfiguration

Author:
Ludovic Orban

Field Summary
 
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
 
Constructor Summary
ManagementRESTServiceConfigurationElement(ConfigurationElement parent, ManagementRESTServiceConfiguration cfg)
          Construtor accepting the parent and the ManagementRESTServiceConfiguration
ManagementRESTServiceConfigurationElement(NodeElement element, ManagementRESTServiceConfiguration cfg)
          Construtor accepting the element and the ManagementRESTServiceConfiguration
 
Method Summary
 
Methods inherited from class net.sf.ehcache.config.generator.model.SimpleNodeElement
getName
 
Methods inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagementRESTServiceConfigurationElement

public ManagementRESTServiceConfigurationElement(ConfigurationElement parent,
                                                 ManagementRESTServiceConfiguration cfg)
Construtor accepting the parent and the ManagementRESTServiceConfiguration

Parameters:
parent -
cfg -

ManagementRESTServiceConfigurationElement

public ManagementRESTServiceConfigurationElement(NodeElement element,
                                                 ManagementRESTServiceConfiguration cfg)
Construtor accepting the element and the ManagementRESTServiceConfiguration

Parameters:
element -
cfg -

ehcache

Copyright 2001-2014, Terracotta, Inc.