org.apache.taglibs.rdc.dm
Class DMUtils

java.lang.Object
  extended by org.apache.taglibs.rdc.dm.DMUtils

public class DMUtils
extends java.lang.Object

Utility methods for the dm package

Author:
Rahul Akolkar

Constructor Summary
DMUtils()
           
 
Method Summary
static boolean isChildDone(BaseModel model)
          Return true if the given component or container is done.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMUtils

public DMUtils()
Method Detail

isChildDone

public static boolean isChildDone(BaseModel model)
Return true if the given component or container is done.

Parameters:
model - The BaseModel to check.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.