|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentInstanceParameterName | |
---|---|
com.stratelia.silverpeas.peasCore | |
com.stratelia.webactiv.beans.admin | |
org.silverpeas.admin.component.constant |
Uses of ComponentInstanceParameterName in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore with parameters of type ComponentInstanceParameterName | |
---|---|
String |
AbstractComponentSessionController.getComponentParameterValue(ComponentInstanceParameterName parameterName)
Gets the value of the specified current component's parameter. |
String |
ComponentSessionController.getComponentParameterValue(ComponentInstanceParameterName parameterName)
Return the parameter value of current component instance from a given centralized parameter name |
Uses of ComponentInstanceParameterName in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin with parameters of type ComponentInstanceParameterName | |
---|---|
String |
ComponentInst.getParameterValue(ComponentInstanceParameterName parameterName)
Gets a component instance parameter from a centralized parameter name. |
Uses of ComponentInstanceParameterName in org.silverpeas.admin.component.constant |
---|
Methods in org.silverpeas.admin.component.constant that return ComponentInstanceParameterName | |
---|---|
static ComponentInstanceParameterName |
ComponentInstanceParameterName.from(String componentParameterName)
Gets the emnum instance (case insensitive) |
static ComponentInstanceParameterName |
ComponentInstanceParameterName.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComponentInstanceParameterName[] |
ComponentInstanceParameterName.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |