net.sf.springlayout.web.layout
Class LayoutUtils

java.lang.Object
  extended by net.sf.springlayout.web.layout.LayoutUtils

public abstract class LayoutUtils
extends java.lang.Object


Constructor Summary
LayoutUtils()
           
 
Method Summary
static java.lang.String getStrippedPropertyPath(java.lang.String path)
          Strips any indexes from a property path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutUtils

public LayoutUtils()
Method Detail

getStrippedPropertyPath

public static java.lang.String getStrippedPropertyPath(java.lang.String path)
Strips any indexes from a property path. Eg. property.properties[1].name would become property.properties.name

Parameters:
path -
Returns:


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.