Uses of Interface
com.generationjava.namespace.Namespace

Packages that use Namespace
com.generationjava.namespace A generic concept of a namespace. 
com.generationjava.util Util classes. 
 

Uses of Namespace in com.generationjava.namespace
 

Classes in com.generationjava.namespace that implement Namespace
 class AbstractNamespace
          Abstract representation of an namespace.
 class SimpleNamespace
          A simple implementation of a Namespace.
 

Uses of Namespace in com.generationjava.util
 

Methods in com.generationjava.util with parameters of type Namespace
static java.lang.String Interpolator.interpolate(java.lang.String text, com.generationjava.namespace.Namespace namespace)
          Interpolate variables into a String.
static java.lang.String Interpolator.interpolateLists(java.lang.String text, com.generationjava.namespace.Namespace namespace)
           
 



Copyright © 2000-2003 OSJava. All Rights Reserved.