org.objectweb.fractal.aokell.glue.template
Class TemplateControllerTemplate

java.lang.Object
  extended by org.objectweb.fractal.aokell.glue.template.TemplateControllerTemplate
All Implemented Interfaces:
Factory, spoon.template.Template

public class TemplateControllerTemplate
extends Object
implements spoon.template.Template, Factory

This template defines the elements which are introduced in all classes which are processed by TemplateControllerProcessor.

Author:
Lionel Seinturier

Constructor Summary
TemplateControllerTemplate()
           
 
Method Summary
 Object getFcContentDesc()
           
 Object getFcControllerDesc()
           
 Type getFcInstanceType()
           
 Component newFcInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateControllerTemplate

public TemplateControllerTemplate()
Method Detail

getFcContentDesc

public Object getFcContentDesc()
Specified by:
getFcContentDesc in interface Factory

getFcControllerDesc

public Object getFcControllerDesc()
Specified by:
getFcControllerDesc in interface Factory

getFcInstanceType

public Type getFcInstanceType()
Specified by:
getFcInstanceType in interface Factory

newFcInstance

public Component newFcInstance()
                        throws InstantiationException
Specified by:
newFcInstance in interface Factory
Throws:
InstantiationException