org.springframework.web.servlet.view.path
Class CommonsBeanUtilsPath

java.lang.Object
  extended by org.springframework.web.servlet.view.path.CommonsBeanUtilsPath

public class CommonsBeanUtilsPath
extends Object


Field Summary
static String DEAP
           
static String NONE
           
static int NORMAL
           
static int SHORT
           
static String SIMPLE
           
 
Constructor Summary
CommonsBeanUtilsPath(CommonsBeanUtilsPathElement[] elements, int mode)
           
 
Method Summary
 Set<String> getImplicitIndexedPath(String deep)
           
 Set<String> getImplicitIndexedPath(StringBuffer sb, String deep)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
See Also:
Constant Field Values

SIMPLE

public static final String SIMPLE
See Also:
Constant Field Values

DEAP

public static final String DEAP
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

NORMAL

public static final int NORMAL
See Also:
Constant Field Values
Constructor Detail

CommonsBeanUtilsPath

public CommonsBeanUtilsPath(CommonsBeanUtilsPathElement[] elements,
                            int mode)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getImplicitIndexedPath

public Set<String> getImplicitIndexedPath(String deep)

getImplicitIndexedPath

public Set<String> getImplicitIndexedPath(StringBuffer sb,
                                          String deep)


Copyright © 2010. All Rights Reserved.