getAttributeName(String userFriendlyName) Returns the real name of the attribute
This method returns the user friendly name as-is.
The component handlers extending from this class
must override this method to return the real name
ex.
getComponentName(String userFriendlyName) Returns the real name of the component
This method returns the user friendly name as-is.
The component handlers extending from this class
must override this method to return the real name
ex.
Handler subclasses may override this method and manipulate the
optionsMap appropriately and then call super.getAttribute and
let this method do the real work
Returns the real name of the attribute
This method returns the user friendly name as-is.
The component handlers extending from this class
must override this method to return the real name
ex. DesktopType = sunPortalDesktopType
Parameters: userFriendlyName - alias of the real attr name translated real name
Returns the real name of the component
This method returns the user friendly name as-is.
The component handlers extending from this class
must override this method to return the real name
ex. desktop = SunPortalDesktopService