info.magnolia.rendering.template.configured
Class ConfiguredAutoGeneration

java.lang.Object
  extended by info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
All Implemented Interfaces:
AutoGenerationConfiguration

public class ConfiguredAutoGeneration
extends Object
implements AutoGenerationConfiguration

Implementation of AutoGenerationConfiguration.

Version:
$Id$

Field Summary
 
Fields inherited from interface info.magnolia.rendering.template.AutoGenerationConfiguration
NODE_TYPE, TEMPLATE_ID
 
Constructor Summary
ConfiguredAutoGeneration()
           
 
Method Summary
 Map<String,Object> getContent()
           
 Class<Generator<AutoGenerationConfiguration>> getGeneratorClass()
           
 void setContent(Map<String,Object> content)
           
 void setGeneratorClass(Class<Generator<AutoGenerationConfiguration>> generatorClass)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfiguredAutoGeneration

public ConfiguredAutoGeneration()
Method Detail

getContent

public Map<String,Object> getContent()
Specified by:
getContent in interface AutoGenerationConfiguration

getGeneratorClass

public Class<Generator<AutoGenerationConfiguration>> getGeneratorClass()
Specified by:
getGeneratorClass in interface AutoGenerationConfiguration

setContent

public void setContent(Map<String,Object> content)

setGeneratorClass

public void setGeneratorClass(Class<Generator<AutoGenerationConfiguration>> generatorClass)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.