org.ejtools.util.state
Class DefaultRule

java.lang.Object
  |
  +--org.ejtools.util.state.DefaultRule
All Implemented Interfaces:
Rule
Direct Known Subclasses:
ProfileRule, ProfileRule.ProfilePropertyRule

public class DefaultRule
extends java.lang.Object
implements Rule

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Constructor Summary
DefaultRule()
           
 
Method Summary
 void loadBody(java.util.Map context)
          Description of the Method
 void loadEnter(java.util.Map context)
          Description of the Method
 void loadExit(java.util.Map context)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRule

public DefaultRule()
Method Detail

loadBody

public void loadBody(java.util.Map context)
Description of the Method

Specified by:
loadBody in interface Rule
Parameters:
context - Description of the Parameter

loadEnter

public void loadEnter(java.util.Map context)
Description of the Method

Specified by:
loadEnter in interface Rule
Parameters:
context - Description of the Parameter

loadExit

public void loadExit(java.util.Map context)
Description of the Method

Specified by:
loadExit in interface Rule
Parameters:
context - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.