org.trails.descriptor.annotation
Class OgnlAnnotationsDecorator

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

public class OgnlAnnotationsDecorator
extends java.lang.Object
implements DescriptorDecorator

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


Constructor Summary
OgnlAnnotationsDecorator()
           
 
Method Summary
 IClassDescriptor decorate(IClassDescriptor descriptor)
          
 void setContext(java.util.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 IClassDescriptor decorate(IClassDescriptor descriptor)

Specified by:
decorate in interface DescriptorDecorator

setContext

public void setContext(java.util.Map context)
sets the context value

Parameters:
context -


Copyright © 2004-2008. All Rights Reserved.