public interface Parameter extends Model
This interface provides access to a parameter and its attributes. A parameter is defined in the web.xml or in the portlet.xml of a portlet application archive file.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription(java.util.Locale locale)
Returns the description for the given locale
The return value may be NULL.
|
java.lang.String |
getName()
Returns the name
The return value cannot be NULL.
|
java.lang.String |
getValue()
Returns the value
The return value may be NULL.
|
java.lang.String getName()
java.lang.String getValue()
Description getDescription(java.util.Locale locale)
Copyright © 2003-2013 . All Rights Reserved.