org.loom.servlet.params
Class AbstractParameterValue
java.lang.Object
org.loom.servlet.params.AbstractParameterValue
- All Implemented Interfaces:
- ParameterValue
- Direct Known Subclasses:
- CommonsFileParamValue, StringParameterValue
public abstract class AbstractParameterValue
- extends java.lang.Object
- implements ParameterValue
Common features to all ParameterValue implementations
- Author:
- Ignacio Coloma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParameterValue
public AbstractParameterValue(java.lang.String name)
isInternal
public boolean isInternal()
- Specified by:
isInternal in interface ParameterValue
- Returns:
- true if this parameter starts with RequestParameterNames.LOOM_PREFIX
getName
public java.lang.String getName()
- Description copied from interface:
ParameterValue
- the name of this parameter
- Specified by:
getName in interface ParameterValue
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface ParameterValue
isAssigned
public boolean isAssigned()
- Specified by:
isAssigned in interface ParameterValue
- Returns:
- true if this parameter has been assigned to any action attribute
setAssigned
public void setAssigned(boolean assigned)
- Specified by:
setAssigned in interface ParameterValue
The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.