org.ow2.jasmine.jade.reflex.api.control
Interface SpecificAttributeController


public interface SpecificAttributeController

This interface is used to manage reflex specific attribute (and vice versa).

Author:
Fabienne Boyer

Method Summary
 java.lang.String getReflexAttribute(java.lang.String name)
          Get a predefined reflex attribute.
 void setReflexAttribute(java.lang.String name, java.lang.String value)
          Set a predefined reflex attribute.
 

Method Detail

setReflexAttribute

void setReflexAttribute(java.lang.String name,
                        java.lang.String value)
Set a predefined reflex attribute.

Parameters:
name - the name of the attribute to set.
value - the value of the attribute.

getReflexAttribute

java.lang.String getReflexAttribute(java.lang.String name)
Get a predefined reflex attribute.

Parameters:
name - the name of the attribute to set.
Returns:
the value of the attribute.


Copyright © 2008 OW2 Consortium. All Rights Reserved.