| |
|
| java.lang.Object org.ognl.test.objects.Root
Constructor Summary | |
public | Root() |
STATIC_INT | final public static int STATIC_INT(Code) | | |
anotherIntValue | public int anotherIntValue(Code) | | |
getArray | public int[] getArray()(Code) | | |
getIndex | public int getIndex()(Code) | | |
getIntValue | public int getIntValue()(Code) | | |
getPrivateAccessorIntValue2 | protected int getPrivateAccessorIntValue2()(Code) | | |
getPrivateAccessorIntValue3 | int getPrivateAccessorIntValue3()(Code) | | |
getSettableList | public List getSettableList()(Code) | | |
getStaticInt | public static int getStaticInt()(Code) | | |
setArray | public void setArray(int[] value)(Code) | | |
setIntValue | public void setIntValue(int value)(Code) | | |
setPrivateAccessorIntValue2 | protected void setPrivateAccessorIntValue2(int value)(Code) | | |
setPrivateAccessorIntValue3 | void setPrivateAccessorIntValue3(int value)(Code) | | |
setStringValue | public void setStringValue(String value)(Code) | | |
|
|
|