org.jboss.seam.render.util
Class Paths

java.lang.Object
  extended by org.jboss.seam.render.util.Paths

public abstract class Paths
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
Paths()
           
 
Method Summary
static String calculateRelativePath(String path, String relativePath)
          Calculate a path using the given relative path and a base path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paths

public Paths()
Method Detail

calculateRelativePath

public static String calculateRelativePath(String path,
                                           String relativePath)
Calculate a path using the given relative path and a base path.



Copyright © 2011 Seam Framework. All Rights Reserved.