org.apache.commons.ognl.test.objects
Class Root

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.Root

public class Root
extends Object


Nested Class Summary
static class Root.A
           
static class Root.B
           
 
Field Summary
 int anotherIntValue
           
 String anotherStringValue
           
 int six
           
static String SIZE_STRING
           
static int STATIC_INT
           
 
Constructor Summary
Root()
           
 
Method Summary
 String format(String key, Object value)
           
 String format(String key, Object[] value)
           
 Root.A getA()
           
 int[] getArray()
           
 Object getArrayValue()
           
 Object getAsset(String key)
           
 Root.B getB()
           
 Bean2 getBean2()
           
 BeanProvider getBeans()
           
 boolean[] getBooleanArray()
           
 boolean getBooleanValue()
           
 List<List<Boolean>> getBooleanValues()
           
 ITreeContentProvider getContentProvider()
           
 String getCurrentClass(String value)
           
 Long getCurrentDeliveryId()
           
 int getCurrentLocaleVerbosity()
           
 Locale getCurrLocale()
           
 boolean getDisabled()
           
 Date getExpiration()
           
 Object getGenericIndex()
           
 int getIndex()
           
 int getIndex1()
           
 int getIndex2()
           
 Object getIndexedProperty(String name)
           
 String getIndexedStringValue()
           
 Indexed getIndexer()
           
 int getIntValue()
           
 List getList()
           
 Map getMap()
           
 Long getMapKey()
           
 Messages getMessages()
           
 MyMap getMyMap()
           
 TestClass getMyTest()
           
 Integer getNullIndex()
           
 Object getNullObject()
           
 Integer getObjectIndex()
           
protected  int getPrivateAccessorIntValue2()
           
 Object getProperty()
           
 Boolean getReadonly()
           
 boolean getRenderNavigation()
           
 List getResult()
           
 Locale getSelected()
           
 List getSelectedList()
           
 Object getSelf()
           
 List getSettableList()
           
static int getStaticInt()
           
 String getStringValue()
           
 SearchTab getTab()
           
 Date getTestDate()
           
 String getTestString()
           
 int getTheInt()
           
 Long getTheLong()
           
 String getWidth()
           
 boolean isDisabled()
           
 Boolean isDumb()
           
 boolean isEditorDisabled()
           
 Boolean isFlyingMonkey()
           
 boolean isOk(SimpleEnum value, String otherValue)
           
 boolean isOpenTransitionWin()
           
 boolean isPrintDelivery()
           
 boolean isSorted()
           
 void setArray(int[] value)
           
 void setBooleanValue(boolean value)
           
 void setDisabled(boolean disabled)
           
 void setIntValue(int value)
           
 void setOpenTransitionWin(boolean value)
           
protected  void setPrivateAccessorIntValue2(int value)
           
 void setReadonly(Boolean value)
           
 void setSelected(Locale locale)
           
 void setSelectedList(List selected)
           
 void setStringValue(String value)
           
 void setTab(SearchTab tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_STRING

public static final String SIZE_STRING
See Also:
Constant Field Values

STATIC_INT

public static final int STATIC_INT
See Also:
Constant Field Values

anotherStringValue

public String anotherStringValue

anotherIntValue

public int anotherIntValue

six

public int six
Constructor Detail

Root

public Root()
Method Detail

getStaticInt

public static int getStaticInt()

getPrivateAccessorIntValue2

protected int getPrivateAccessorIntValue2()

setPrivateAccessorIntValue2

protected void setPrivateAccessorIntValue2(int value)

getArray

public int[] getArray()

getBooleanArray

public boolean[] getBooleanArray()

setArray

public void setArray(int[] value)

format

public String format(String key,
                     Object value)

format

public String format(String key,
                     Object[] value)

getCurrentClass

public String getCurrentClass(String value)

getMessages

public Messages getMessages()

getMap

public Map getMap()

getMyMap

public MyMap getMyMap()

getList

public List getList()

getAsset

public Object getAsset(String key)

getSettableList

public List getSettableList()

getIndex

public int getIndex()

getObjectIndex

public Integer getObjectIndex()

getNullIndex

public Integer getNullIndex()

getGenericIndex

public Object getGenericIndex()

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int value)

getTheInt

public int getTheInt()

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String value)

getIndexedStringValue

public String getIndexedStringValue()

getNullObject

public Object getNullObject()

getTestString

public String getTestString()

getProperty

public Object getProperty()

getBean2

public Bean2 getBean2()

getIndexedProperty

public Object getIndexedProperty(String name)

getIndexer

public Indexed getIndexer()

getBeans

public BeanProvider getBeans()

getBooleanValue

public boolean getBooleanValue()

setBooleanValue

public void setBooleanValue(boolean value)

getDisabled

public boolean getDisabled()

setDisabled

public void setDisabled(boolean disabled)

getSelected

public Locale getSelected()

setSelected

public void setSelected(Locale locale)

getCurrLocale

public Locale getCurrLocale()

getCurrentLocaleVerbosity

public int getCurrentLocaleVerbosity()

getRenderNavigation

public boolean getRenderNavigation()

setSelectedList

public void setSelectedList(List selected)

getSelectedList

public List getSelectedList()

getReadonly

public Boolean getReadonly()

setReadonly

public void setReadonly(Boolean value)

getSelf

public Object getSelf()

getTestDate

public Date getTestDate()

getWidth

public String getWidth()

getTheLong

public Long getTheLong()

isSorted

public boolean isSorted()

getMyTest

public TestClass getMyTest()

getContentProvider

public ITreeContentProvider getContentProvider()

isPrintDelivery

public boolean isPrintDelivery()

getCurrentDeliveryId

public Long getCurrentDeliveryId()

isFlyingMonkey

public Boolean isFlyingMonkey()

isDumb

public Boolean isDumb()

getExpiration

public Date getExpiration()

getMapKey

public Long getMapKey()

getArrayValue

public Object getArrayValue()

getResult

public List getResult()

isEditorDisabled

public boolean isEditorDisabled()

isDisabled

public boolean isDisabled()

isOpenTransitionWin

public boolean isOpenTransitionWin()

setOpenTransitionWin

public void setOpenTransitionWin(boolean value)

isOk

public boolean isOk(SimpleEnum value,
                    String otherValue)

getBooleanValues

public List<List<Boolean>> getBooleanValues()

getIndex1

public int getIndex1()

getIndex2

public int getIndex2()

getTab

public SearchTab getTab()

setTab

public void setTab(SearchTab tab)

getA

public Root.A getA()

getB

public Root.B getB()


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.