|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.common.util.ParameterMap.AccessMode
public static class ParameterMap.AccessMode
Defines how the state of the values of a parameter map are managed.
| Method Summary | |
|---|---|
static ParameterMap.AccessMode |
get(boolean copyValueOnRead,
boolean copyValueOnWrite)
Factory method for an access mode. |
boolean |
getCopyValueOnRead()
|
boolean |
getCopyValueOnWrite()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ParameterMap.AccessMode get(boolean copyValueOnRead,
boolean copyValueOnWrite)
copyValueOnRead - if true the value will be copied on a readcopyValueOnWrite - if true the value will be copied on a write
public boolean getCopyValueOnRead()
public boolean getCopyValueOnWrite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||