public class ActionPropertySupport extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
ActionPropertySupport(ActionBase action,
String propertyName,
boolean persist) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getName() |
String |
getValue() |
boolean |
hasValue(boolean lookOnSession) |
boolean |
setFromRequest()
Sets the property value from a request param.
|
void |
setValue(String value) |
public ActionPropertySupport(ActionBase action, String propertyName, boolean persist)
public String getName()
public String getValue()
public void setValue(String value)
public boolean setFromRequest()
public void clear()
public boolean hasValue(boolean lookOnSession)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.