Uses of Class
org.silverpeas.core.admin.component.constant.ComponentInstanceParameterName
-
Packages that use ComponentInstanceParameterName Package Description org.silverpeas.core.admin.component.constant org.silverpeas.core.web.mvc.controller -
-
Uses of ComponentInstanceParameterName in org.silverpeas.core.admin.component.constant
Methods in org.silverpeas.core.admin.component.constant that return ComponentInstanceParameterName Modifier and Type Method Description 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. -
Uses of ComponentInstanceParameterName in org.silverpeas.core.web.mvc.controller
Methods in org.silverpeas.core.web.mvc.controller with parameters of type ComponentInstanceParameterName Modifier and Type Method Description 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
-