org.tynamo.descriptor.annotation
Class OgnlAnnotationsDecorator

java.lang.Object
  extended by org.tynamo.descriptor.annotation.OgnlAnnotationsDecorator
All Implemented Interfaces:
DescriptorDecorator

public class OgnlAnnotationsDecorator
extends Object
implements DescriptorDecorator

Creates InitialValueDescriptorExtension and PossibleValuesDescriptorExtension extensions using the information retrieved from InitialValue and PossibleValues annotations.


Constructor Summary
OgnlAnnotationsDecorator()
           
 
Method Summary
 TynamoClassDescriptor decorate(TynamoClassDescriptor descriptor)
          
 void setContext(Map context)
          sets the context value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlAnnotationsDecorator

public OgnlAnnotationsDecorator()
Method Detail

decorate

public TynamoClassDescriptor decorate(TynamoClassDescriptor descriptor)

Specified by:
decorate in interface DescriptorDecorator

setContext

public void setContext(Map context)
sets the context value

Parameters:
context -


Copyright © 2004-2009. All Rights Reserved.