info.magnolia.rendering.template.configured
Class ConfiguredAutoGeneration

java.lang.Object
  extended by info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
All Implemented Interfaces:
AutoGenerationConfiguration<Map<?,?>>

public class ConfiguredAutoGeneration
extends Object
implements AutoGenerationConfiguration<Map<?,?>>

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,Map<?,?>> getContent()
           
 Class<Generator<AutoGenerationConfiguration>> getGeneratorClass()
           
 void setContent(Map<String,Map<?,?>> 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,Map<?,?>> getContent()
Specified by:
getContent in interface AutoGenerationConfiguration<Map<?,?>>

getGeneratorClass

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

setContent

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

setGeneratorClass

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

toString

public String toString()
Overrides:
toString in class Object


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