com.ibm.ecm.configuration

Class ViewerDefConfig

  1. java.lang.Object
  2. extended bycom.ibm.ecm.configuration.ConfigurationObject
  3. extended bycom.ibm.ecm.configuration.ViewerDefConfig

  1. public class ViewerDefConfig
  2. extends ConfigurationObject

Field Summary

Fields inherited from class com.ibm.ecm.configuration.ConfigurationObject
ARRAY_DELIMITER, cloned, KEY_DELIMITER, LIST_ESC_CHAR, LIST_ESCAPE, LIST_SEPARATOR, MODIFIER, properties

Constructor Summary

Constructor and Description
ViewerDefConfig(org.apache.commons.configuration.Configuration configuration,java.lang.String idPrefix,java.lang.String id)

Method Summary

Modifier and Type Method and Description
  1. protected
  2. java.lang.Class
getDataType(java.lang.String key)
  1. boolean
getIsPreviewViewer()
  1. java.lang.String
getLabel()
  1. java.lang.String
getLaunchInSeparateWindow()
  1. java.lang.String
getLaunchUrl()
  1. java.lang.String
getObjectType()
  1. java.lang.String
getServerTypes()
  1. java.lang.String
getViewerClass()
  1. java.lang.String
getViewerName()
  1. void
setIsPreviewViewer(boolean isPreviewViewer)
  1. void
setLabel(java.lang.String label)
  1. void
setLaunchInSeparateWindow(java.lang.String launchSeparate)
  1. void
setLaunchUrl(java.lang.String launchUrl)
  1. void
setServerTypes(java.lang.String serverTypes)
  1. void
setViewerClass(java.lang.String viewerClass)
  1. void
setViewerName(java.lang.String viewerName)
  1. void
upgrade()
Methods inherited from class com.ibm.ecm.configuration.ConfigurationObject
addValueToList, arrayToString, covertEmptyStringtoNull, delete, dump, getConfigurationObject, getDataTypeValue, getIdPrefix, getKey, getList, getMap, getName, getObjectId, getPropertyNames, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, isEmpty, load, propertiesToString, removeValuesFromList, removeValuesFromList, save, setDefaultValue, setProperty, setValues, setValues, setValues, skipThisPropertyWhenSaving, stringToArray, stringToList, toJSON, toString, writeConfigurationToFile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ViewerDefConfig

  1. public ViewerDefConfig(org.apache.commons.configuration.Configuration configuration,
  2. java.lang.String idPrefix,
  3. java.lang.String id)

Method Detail

getObjectType

  1. public java.lang.String getObjectType( )
Description copied from class: ConfigurationObject
Abstract method to return object type.
Specified by:
Returns:
a string object type back, for example "desktop", "repository"...

getDataType

  1. protected java.lang.Class getDataType( java.lang.String key)
Description copied from class: ConfigurationObject
Returns the datatype of a configuration property. This is implemented in subclasses and is used to properly serialize the properties. The default implementation returns null which indicates that compatible behavior should be used, which inspects the property value itself and guesses at the type of the property.
Overrides:
Returns:
a Class instance describing the datatype of the property.

upgrade

  1. public void upgrade()

getLaunchUrl

  1. public java.lang.String getLaunchUrl( )

setLaunchUrl

  1. public void setLaunchUrl(java.lang.String launchUrl)

getServerTypes

  1. public java.lang.String getServerTypes( )

setServerTypes

  1. public void setServerTypes(java.lang.String serverTypes)

getViewerName

  1. public java.lang.String getViewerName( )

setViewerName

  1. public void setViewerName(java.lang.String viewerName)

getLabel

  1. public java.lang.String getLabel( )

setLabel

  1. public void setLabel(java.lang.String label)

getLaunchInSeparateWindow

  1. public java.lang.String getLaunchInSeparateWindow( )

setLaunchInSeparateWindow

  1. public void setLaunchInSeparateWindow( java.lang.String launchSeparate)

getViewerClass

  1. public java.lang.String getViewerClass( )

setViewerClass

  1. public void setViewerClass(java.lang.String viewerClass)

getIsPreviewViewer

  1. public boolean getIsPreviewViewer( )

setIsPreviewViewer

  1. public void setIsPreviewViewer( boolean isPreviewViewer)