Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
getFirstValueFromList.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
getFirstValueFromList.method=getFirstValueFromList
getFirstValueFromList.input[0].name=values
getFirstValueFromList.input[0].type=java.util.List
getFirstValueFromList.input[0].required=true
getFirstValueFromList.output[0].name=firstValue
getFirstValueFromList.output[0].type=java.lang.String
# This handler removes the given element from the list
#
# Output value: "finalList" -- Type: List/
removeListElement.class=org.glassfish.admingui.common.handlers.CommonHandlers
removeListElement.method=removeListElement
removeListElement.input[0].name=list
removeListElement.input[0].type=java.util.List
removeListElement.input[0].required=true
removeListElement.input[1].name=name
removeListElement.input[1].type=java.lang.String
removeListElement.output[0].name=finalList
removeListElement.output[0].type=java.util.List
# Includes the first IP based on priority for the given type. It adds
# the content to the given UIComponent root. If the IP content looks
# like a URL (contains ://), a StaticText component will be added with
# the value of the content from the URL.
includeFirstIntegrationPoint.class=org.glassfish.admingui.common.handlers.PluginHandlers
includeFirstIntegrationPoint.method=includeFirstIntegrationPoint
includeFirstIntegrationPoint.input[0].name=type
includeFirstIntegrationPoint.input[0].type=java.lang.String
includeFirstIntegrationPoint.input[0].required=true
includeFirstIntegrationPoint.input[1].name=root
includeFirstIntegrationPoint.input[1].type=javax.faces.component.UIComponent
includeFirstIntegrationPoint.input[1].required=false
# This handler sets a property on an object which is stored in an existing key
# For example "advance.lazyConnectionEnlistment". Note: This does
# not evaluate the EL expression. Its value (e.g., "#{advance.lazyConnectionEnlistment}")
# is passed as is to the EL API.
setValueExpression.class=org.glassfish.admingui.common.handlers.CommonHandlers
setValueExpression.method=setValueExpression
setValueExpression.input[0].name=expression
setValueExpression.input[0].type=java.lang.String
setValueExpression.input[0].required=true
setValueExpression.input[1].name=value
setValueExpression.input[1].type=java.lang.Object
setValueExpression.input[1].required=true
gf.clusterAction.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.clusterAction.method=clusterAction
gf.clusterAction.input[0].name=rows
gf.clusterAction.input[0].type=java.util.List
gf.clusterAction.input[0].required=true
gf.clusterAction.input[1].name=action
gf.clusterAction.input[1].type=java.lang.String
gf.clusterAction.input[1].required=true
gf.clusterAction.input[2].name=extraInfo
gf.clusterAction.input[2].type=java.lang.Object
# This handler returns String[] of the given java.util.List
#
# Output value: "selectedIndex" -- Type: Object/
getListElement.class=org.glassfish.admingui.common.handlers.CommonHandlers
getListElement.method=getListElement
getListElement.input[0].name=list
getListElement.input[0].type=java.util.List
getListElement.input[0].required=true
getListElement.input[1].name=index
getListElement.input[1].type=java.lang.Integer
getListElement.output[0].name=selectedIndex
getListElement.output[0].type=java.lang.Object
# This method takes in a list of instances with status, which is the output of list-instances
# and count the # of instance that is running and non running.
gf.getClusterStatusSummary.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.getClusterStatusSummary.method=getClusterStatusSummary
gf.getClusterStatusSummary.input[0].name=statusMap
gf.getClusterStatusSummary.input[0].type=java.util.Map
gf.getClusterStatusSummary.input[0].required=true
gf.getClusterStatusSummary.output[0].name=numRunning
gf.getClusterStatusSummary.output[0].type=java.lang.String
gf.getClusterStatusSummary.output[1].name=numNotRunning
gf.getClusterStatusSummary.output[1].type=java.lang.String
gf.getClusterStatusSummary.output[2].name=numRequireRestart
gf.getClusterStatusSummary.output[2].type=java.lang.String
gf.getClusterStatusSummary.output[3].name=disableStart
gf.getClusterStatusSummary.output[3].type=java.lang.Boolean
gf.getClusterStatusSummary.output[4].name=disableStop
gf.getClusterStatusSummary.output[4].type=java.lang.Boolean
gf.getClusterStatusSummary.output[5].name=disableEjb
gf.getClusterStatusSummary.output[5].type=java.lang.Boolean
gf.getInstanceMonitorURL.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
gf.getInstanceMonitorURL.method=getInstanceMonitorURL
gf.getInstanceMonitorURL.input[0].name=instanceName
gf.getInstanceMonitorURL.input[0].type=java.lang.String
gf.getInstanceMonitorURL.input[0].defaultValue=server
gf.getInstanceMonitorURL.output[0].name=monitorURL
gf.getInstanceMonitorURL.output[0].type=java.lang.String
gf.deleteLifecycle.class=org.glassfish.admingui.common.handlers.ApplicationHandlers
gf.deleteLifecycle.method=deleteLifecycle
gf.deleteLifecycle.input[0].name=selectedList
gf.deleteLifecycle.input[0].type=java.util.List
gf.deleteLifecycle.input[0].required=true
# Combine 2 lists List by adding the object in the 2nd list to the first list
# Input value: "list" -- Type: java.util.List
# Input value: "list2" -- Type: java.util.List
gf.listCombine.class=org.glassfish.admingui.common.handlers.UtilHandlers
gf.listCombine.method=listCombine
gf.listCombine.input[0].name=list
gf.listCombine.input[0].type=java.util.List
gf.listCombine.input[0].required=true
gf.listCombine.input[1].name=list2
gf.listCombine.input[1].type=java.util.List
gf.listCombine.input[1].required=true
gf.listCombine.output[0].name=result
gf.listCombine.output[0].type=java.util.List
#
# This handler will be called from baseLayout.xhtml to load the maximum
# field lengths (maximum number of characters that a user can enter in each
# field).
getFieldLengths.class=org.glassfish.admingui.common.handlers.CommonHandlers
getFieldLengths.method=getFieldLengths
getFieldLengths.input[0].name=bundle
getFieldLengths.input[0].type=java.util.ResourceBundle
getFieldLengths.input[0].required=true
getFieldLengths.output[0].name=result
getFieldLengths.output[0].type=java.util.Map
# This handler can be used to execute a generic REST request. It
# will return a Java data structure based on the response of the
# REST request. 'data' and 'attrs' are mutually exclusive. 'data'
# is used to pass RAW data to the endpoint (such as JSON).
gf.restRequest.class=org.glassfish.admingui.common.handlers.RestApiHandlers
gf.restRequest.method=restRequest
gf.restRequest.input[0].name=endpoint
gf.restRequest.input[0].type=java.lang.String
gf.restRequest.input[0].required=true
gf.restRequest.input[1].name=attrs
gf.restRequest.input[1].type=java.util.Map
gf.restRequest.input[1].required=false
gf.restRequest.input[2].name=data
gf.restRequest.input[2].type=java.lang.Object
gf.restRequest.input[2].required=false
gf.restRequest.input[3].name=contentType
gf.restRequest.input[3].type=java.lang.String
gf.restRequest.input[3].required=false
gf.restRequest.input[4].name=method
gf.restRequest.input[4].type=java.lang.String
gf.restRequest.input[4].defaultValue=post
gf.restRequest.input[5].name=quiet
gf.restRequest.input[5].type=boolean
gf.restRequest.input[5].defaultValue=false
gf.restRequest.input[6].name=throwException
gf.restRequest.input[6].type=boolean
gf.restRequest.input[6].defaultValue=true
gf.restRequest.output[0].name=result
gf.restRequest.output[0].type=java.util.Map
# This method returns the current date (as a String). The DATE_FORMAT
# must be specified, if it is not this method will fail. You may set it
# to "short", "medium", "long", or "FULL".
#
# If you do not set it to one of these values, you may set it to a
# valid format string.
getDate.class=org.glassfish.admingui.common.handlers.LogViewHandlers
getDate.method=getDate
getDate.input[0].name=DateFormat
getDate.input[0].type=java.lang.String
getDate.input[0].required=true
getDate.output[0].name=Date
getDate.output[0].type=java.lang.String
# This handler provides access to {@link IntegrationPoint}s for the
# requested key.
getHelpTOC.class=org.glassfish.admingui.common.help.HelpHandlers
getHelpTOC.method=getHelpTOC
getHelpTOC.input[0].name=locale
getHelpTOC.input[0].type=java.util.Locale
getHelpTOC.output[0].name=toc
getHelpTOC.output[0].type=org.glassfish.admingui.connector.TOC
# This handler redeploy any application
gf.redeploy.class=org.glassfish.admingui.common.handlers.DeploymentHandler
gf.redeploy.method=redeploy
gf.redeploy.input[0].name=filePath
gf.redeploy.input[0].type=java.lang.String
gf.redeploy.input[0].required=true
gf.redeploy.input[1].name=deployMap
gf.redeploy.input[1].type=java.util.Map
gf.redeploy.input[1].required=true
gf.redeploy.input[2].name=convertToFalse
gf.redeploy.input[2].type=java.util.List
gf.redeploy.input[2].required=true
gf.redeploy.input[3].name=valueMap
gf.redeploy.input[3].type=java.util.Map
gf.redeploy.input[3].required=true
# This handler provides a way to remove tags. If the user is not
# specified, the current "principal user" will be used.
gf.removeTag.class=org.glassfish.admingui.common.handlers.PreferencesHandler
gf.removeTag.method=removeTag
gf.removeTag.input[0].name=tagName
gf.removeTag.input[0].type=java.lang.String
gf.removeTag.input[0].required=true
gf.removeTag.input[1].name=tagViewId
gf.removeTag.input[1].type=java.lang.String
gf.removeTag.input[1].required=true
gf.removeTag.input[2].name=user
gf.removeTag.input[2].type=java.lang.String
# This handler provides a way to search for tags. All 3 properties
# are optional. If none are specified, all tags will be returned.
# If more than one are specified, tags matching all specified
# criteria will be returned.
gf.queryTags.class=org.glassfish.admingui.common.handlers.PreferencesHandler
gf.queryTags.method=searchTags
gf.queryTags.input[0].name=tagName
gf.queryTags.input[0].type=java.lang.String
gf.queryTags.input[1].name=tagViewId
gf.queryTags.input[1].type=java.lang.String
gf.queryTags.input[2].name=user
gf.queryTags.input[2].type=java.lang.String
gf.queryTags.output[0].name=results
gf.queryTags.output[0].type=java.util.List
# This handler looks into the config properties, and confidential list, and returns a List of Map for populating the properties table.
# This is called for creating new objects.
gf.getConfigPropsInfo.class=org.glassfish.admingui.common.handlers.ResourceHandlers
gf.getConfigPropsInfo.method=getConfigPropsInfo
gf.getConfigPropsInfo.input[0].name=extraProps
gf.getConfigPropsInfo.input[0].type=java.util.Map
gf.getConfigPropsInfo.input[1].name=key
gf.getConfigPropsInfo.input[1].type=java.lang.String
gf.getConfigPropsInfo.input[2].name=confidentialKey
gf.getConfigPropsInfo.input[2].type=java.lang.String
gf.getConfigPropsInfo.input[2].defaultValue=confidentialConfigProps
gf.getConfigPropsInfo.output[0].name=result
gf.getConfigPropsInfo.output[0].type=java.util.List
gf.getConfigPropsInfo.output[1].name=hasConfidentialProps
gf.getConfigPropsInfo.output[1].type=java.lang.Boolean
# This handler gets the datasource classname and properties and sets them in session
gf.updateJDBCPoolWizardStep1.class=org.glassfish.admingui.common.handlers.JdbcTempHandler
gf.updateJDBCPoolWizardStep1.method=updateJDBCPoolWizardStep1
convertStringToMap.class=org.glassfish.admingui.common.handlers.UtilHandlers
convertStringToMap.method=convertStringToMap
convertStringToMap.input[0].name=str
convertStringToMap.input[0].type=java.lang.String
convertStringToMap.input[1].name=delimiter
convertStringToMap.input[1].type=java.lang.String
convertStringToMap.output[0].name=result
convertStringToMap.output[0].type=java.util.Map
# This handler returns a {@link GadgetModule} for the named
# gadget. The name should either be a complete URL,
# or a context-root relative path to the gadget XML file (this
# also includes .xml files stored in .jar's / plugins).
gf.getGadgetModule.class=org.glassfish.admingui.common.gadget.GadgetHandlers
gf.getGadgetModule.method=getGadgetModule
gf.getGadgetModule.input[0].name=name
gf.getGadgetModule.input[0].type=java.lang.String
gf.getGadgetModule.input[0].required=true
gf.getGadgetModule.output[0].name=module
gf.getGadgetModule.output[0].type=org.glassfish.admingui.connector.GadgetModule
rest.get.class=org.glassfish.admingui.common.util.RestUtil2
rest.get.method=sendGetRequestToItemResource
rest.get.input[0].name=endpoint
rest.get.input[0].type=java.lang.String
rest.get.input[0].required=true
rest.get.input[1].name=attrs
rest.get.input[1].type=java.util.Map
rest.get.input[1].required=false
rest.get.output[0].name=result
rest.get.output[0].type=java.util.Map
# Add list to new list
addToMonitorList.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
addToMonitorList.method=addToMonitorList
addToMonitorList.input[0].name=oldList
addToMonitorList.input[0].type=java.util.List
addToMonitorList.input[1].name=newList
addToMonitorList.input[1].type=java.util.List
addToMonitorList.output[0].name=result
addToMonitorList.output[0].type=java.util.List
gf.createClusterInstances.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.createClusterInstances.method=createClusterInstances
gf.createClusterInstances.input[0].name=clusterName
gf.createClusterInstances.input[0].type=java.lang.String
gf.createClusterInstances.input[0].required=true
gf.createClusterInstances.input[1].name=instanceRow
gf.createClusterInstances.input[1].type=java.util.List
gf.createClusterInstances.input[1].required=true
gf.getDeploymentDescriptor.class=org.glassfish.admingui.common.handlers.DeploymentHandler
gf.getDeploymentDescriptor.method=getDeploymentDescriptor
gf.getDeploymentDescriptor.input[0].name=moduleName
gf.getDeploymentDescriptor.input[0].type=java.lang.String
gf.getDeploymentDescriptor.input[0].required=true
gf.getDeploymentDescriptor.input[1].name=descriptorName
gf.getDeploymentDescriptor.input[1].type=java.lang.String
gf.getDeploymentDescriptor.input[1].required=true
gf.getDeploymentDescriptor.input[2].name=data
gf.getDeploymentDescriptor.input[2].type=java.util.List
gf.getDeploymentDescriptor.input[2].required=true
gf.getDeploymentDescriptor.output[0].name=content
gf.getDeploymentDescriptor.output[0].type=java.lang.String
gf.getDeploymentDescriptor.output[1].name=encoding
gf.getDeploymentDescriptor.output[1].type=java.lang.String
roundTo2DecimalPoint.class=org.glassfish.admingui.common.handlers.UtilHandlers
roundTo2DecimalPoint.method=roundTo2DecimalPoint
roundTo2DecimalPoint.input[0].name=input
roundTo2DecimalPoint.input[0].type=java.lang.Double
roundTo2DecimalPoint.output[0].name=output
roundTo2DecimalPoint.output[0].type=java.lang.String
getPluginIdFromViewId.class=org.glassfish.admingui.common.handlers.PluginHandlers
getPluginIdFromViewId.method=getPluginIdFromViewId
getPluginIdFromViewId.input[0].name=viewId
getPluginIdFromViewId.input[0].type=java.lang.String
getPluginIdFromViewId.input[0].required=true
getPluginIdFromViewId.output[0].name=pluginId
getPluginIdFromViewId.output[0].type=java.lang.String
deploy.class=org.glassfish.admingui.common.handlers.DeploymentHandler
deploy.method=deploy
deploy.input[0].name=filePath
deploy.input[0].type=java.lang.String
deploy.input[1].name=origPath
deploy.input[1].type=java.lang.String
deploy.input[2].name=allMaps
deploy.input[2].type=java.util.Map
deploy.input[3].name=appType
deploy.input[3].type=java.lang.String
deploy.input[4].name=targets
deploy.input[4].type=[Ljava.lang.String;
deploy.input[4].required=true
deploy.input[5].name=propertyList
deploy.input[5].type=java.util.List
convertListToCommaString.class=org.glassfish.admingui.common.handlers.UtilHandlers
convertListToCommaString.method=convertListToCommaString
convertListToCommaString.input[0].name=list
convertListToCommaString.input[0].type=java.util.List
convertListToCommaString.input[0].required=true
convertListToCommaString.output[0].name=commaString
convertListToCommaString.output[0].type=java.lang.String
# This handler returns the a Map for storing the attributes for editing a realm.
# This can be used by either the node agent realm or the realm in configuration-Security-realm
getRealmAttrForEdit.class=org.glassfish.admingui.common.handlers.SecurityHandler
getRealmAttrForEdit.method=getRealmAttrForEdit
getRealmAttrForEdit.input[0].name=endpoint
getRealmAttrForEdit.input[0].type=java.lang.String
getRealmAttrForEdit.output[0].name=attrMap
getRealmAttrForEdit.output[0].type=java.util.Map
getRealmAttrForEdit.output[1].name=classnameOption
getRealmAttrForEdit.output[1].type=java.lang.String
getRealmAttrForEdit.output[2].name=realmClasses
getRealmAttrForEdit.output[2].type=java.util.List
getRealmAttrForEdit.output[3].name=properties
getRealmAttrForEdit.output[3].type=java.util.List
gf.convertDateTime.class=org.glassfish.admingui.common.handlers.CommonHandlers
gf.convertDateTime.method=convertDateTimeFormat
gf.convertDateTime.input[0].name=dateTime
gf.convertDateTime.input[0].type=java.lang.String
gf.convertDateTime.input[0].required=true
gf.convertDateTime.input[1].name=format
gf.convertDateTime.input[1].type=java.lang.String
gf.convertDateTime.output[0].name=result
gf.convertDateTime.output[0].type=java.lang.String
gf.checkIfEndPointExist.class=org.glassfish.admingui.common.handlers.RestApiHandlers
gf.checkIfEndPointExist.method=checkIfEndPointExist
gf.checkIfEndPointExist.input[0].name=endpoint
gf.checkIfEndPointExist.input[0].type=java.lang.String
gf.checkIfEndPointExist.input[0].required=true
gf.checkIfEndPointExist.output[0].name=exists
gf.checkIfEndPointExist.output[0].type=java.lang.Boolean
getAppName.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
getAppName.method=getAppName
getAppName.input[0].name=endpoint
getAppName.input[0].type=java.lang.String
getAppName.input[0].required=true
getAppName.input[1].name=name
getAppName.input[1].type=java.lang.String
getAppName.input[1].required=true
getAppName.output[0].name=appName
getAppName.output[0].type=java.lang.String
getAppName.output[1].name=appFullName
getAppName.output[1].type=java.lang.String
formatStringsforDisplay.class=org.glassfish.admingui.common.handlers.UtilHandlers
formatStringsforDisplay.method=formatStringsforDisplay
formatStringsforDisplay.input[0].name=string
formatStringsforDisplay.input[0].type=java.lang.String
formatStringsforDisplay.input[0].required=true
formatStringsforDisplay.output[0].name=formattedString
formatStringsforDisplay.output[0].type=java.lang.String
# This handler returns the a Map for storing the attributes for realm creation.
getRealmAttrForCreate.class=org.glassfish.admingui.common.handlers.SecurityHandler
getRealmAttrForCreate.method=getRealmAttrForCreate
getRealmAttrForCreate.output[0].name=attrMap
getRealmAttrForCreate.output[0].type=java.util.Map
getRealmAttrForCreate.output[1].name=classnameOption
getRealmAttrForCreate.output[1].type=java.lang.String
getRealmAttrForCreate.output[2].name=realmClasses
getRealmAttrForCreate.output[2].type=java.util.List
getRealmAttrForCreate.output[3].name=properties
getRealmAttrForCreate.output[3].type=java.util.List
changeLoggerLevels.class=org.glassfish.admingui.common.handlers.LoggingHandlers
changeLoggerLevels.method=changeLoggerLevels
changeLoggerLevels.input[0].name=newLogLevel
changeLoggerLevels.input[0].type=java.lang.String
changeLoggerLevels.input[0].required=true
changeLoggerLevels.input[1].name=allRows
changeLoggerLevels.input[1].type=java.util.List
changeLoggerLevels.input[1].required=true
changeLoggerLevels.output[0].name=newList
changeLoggerLevels.output[0].type=java.util.List
saveMsgProviderInfo.class=org.glassfish.admingui.common.handlers.SecurityHandler
saveMsgProviderInfo.method=saveMsgProviderInfo
saveMsgProviderInfo.input[0].name=attrMap
saveMsgProviderInfo.input[0].type=java.util.Map
saveMsgProviderInfo.input[0].required=true
saveMsgProviderInfo.input[1].name=configName
saveMsgProviderInfo.input[1].type=java.lang.String
saveMsgProviderInfo.input[1].required=true
saveMsgProviderInfo.input[2].name=edit
saveMsgProviderInfo.input[2].type=java.lang.String
saveMsgProviderInfo.input[2].required=true
# updates the wizard map properties on step 2
updateJdbcConnectionPoolWizardStep2.class=org.glassfish.admingui.common.handlers.JdbcTempHandler
updateJdbcConnectionPoolWizardStep2.method=updateJdbcConnectionPoolWizardStep2
# Creates a new File instance by converting the given pathname string
# into an abstract pathname. If the given string is the empty string,
# then the result is the empty abstract pathname.
#
# Input value: "Pathname" -- Type: String
# Output value: "File" -- Type: java.io.File
getFile.class=org.glassfish.admingui.common.handlers.UtilHandlers
getFile.method=getFile
getFile.input[0].name=Pathname
getFile.input[0].type=java.lang.String
getFile.input[0].required=true
getFile.output[0].name=File
getFile.output[0].type=java.io.File
# This method returns a new UIViewRoot with the basic JSFT settings
# from the current ViewRoot. If you intend to set this before the
# current view is created (in an effort to swap out the UIViewRoot),
# you should do so during the initPage event (take care to only do
# this during the first request, or you might lose all child
# components).
createDefaultViewRoot.class=org.glassfish.admingui.common.handlers.UtilHandlers
createDefaultViewRoot.method=createDefaultViewRoot
createDefaultViewRoot.output[0].name=viewRoot
createDefaultViewRoot.output[0].type=javax.faces.component.UIViewRoot
# Adds the specified (signed) amount of time to the given calendar
# field, based on the calendar's rules and returns the resulting Date.
# See java.util.GregorianCalendar add(int field, int amount).
#
# Input value: "Field" -- Type: Integer
# - java.util.Calendar field
# Input value: "Amount" -- Type: Integer
# - the amount of date or time to be added to the field.
# Output value: "Date" -- Type: java.util.Date
calendarAdd.class=org.glassfish.admingui.common.handlers.UtilHandlers
calendarAdd.method=calendarAdd
calendarAdd.input[0].name=Field
calendarAdd.input[0].type=java.lang.Integer
calendarAdd.input[0].required=true
calendarAdd.input[1].name=Amount
calendarAdd.input[1].type=java.lang.Integer
calendarAdd.input[1].required=true
calendarAdd.output[0].name=Date
calendarAdd.output[0].type=java.util.Date
updateLoggerLevels.class=org.glassfish.admingui.common.handlers.LoggingHandlers
updateLoggerLevels.method=updateLoggerLevels
updateLoggerLevels.input[0].name=allRows
updateLoggerLevels.input[0].type=java.util.List
updateLoggerLevels.input[0].required=true
updateLoggerLevels.input[1].name=config
updateLoggerLevels.input[1].type=java.lang.String
updateLoggerLevels.input[1].required=true
# Remove the given value from a List if it is present
# Input list: "list" -- Type: java.util.List
# Input value: "value" -- Type: java.lang.Object
listRemove.class=org.glassfish.admingui.common.handlers.UtilHandlers
listRemove.method=listRemove
listRemove.input[0].name=list
listRemove.input[0].type=java.util.List
listRemove.input[1].name=value
listRemove.input[1].type=java.lang.Object
listRemove.input[1].required=true
listRemove.output[0].name=result
listRemove.output[0].type=java.util.List
# Adds the given value to a List
# Input list: "list" -- Type: java.util.List
# Input value: "value" -- Type: java.lang.Object
# Input value: "index" -- Type: Integer
listAdd.class=org.glassfish.admingui.common.handlers.UtilHandlers
listAdd.method=listAdd
listAdd.input[0].name=list
listAdd.input[0].type=java.util.List
listAdd.input[1].name=value
listAdd.input[1].type=java.lang.Object
listAdd.input[1].required=true
listAdd.input[2].name=index
listAdd.input[2].type=java.lang.Integer
listAdd.output[0].name=result
listAdd.output[0].type=java.util.List
# This handler returns the Set of entries for the given
# Map.
mapEntrySet.class=org.glassfish.admingui.common.handlers.UtilHandlers
mapEntrySet.method=mapEntrySet
mapEntrySet.input[0].name=map
mapEntrySet.input[0].type=java.util.Map
mapEntrySet.input[0].required=true
mapEntrySet.output[0].name=set
mapEntrySet.output[0].type=java.util.Set
gf.addToAppScopedResourcesTable.class=org.glassfish.admingui.common.handlers.ApplicationHandlers
gf.addToAppScopedResourcesTable.method=addToAppScopedResourcesTable
gf.addToAppScopedResourcesTable.input[0].name=appName
gf.addToAppScopedResourcesTable.input[0].type=java.lang.String
gf.addToAppScopedResourcesTable.input[0].required=true
gf.addToAppScopedResourcesTable.input[1].name=resources
gf.addToAppScopedResourcesTable.input[1].type=java.util.Map
gf.addToAppScopedResourcesTable.input[2].name=moduleName
gf.addToAppScopedResourcesTable.input[2].type=java.lang.String
gf.addToAppScopedResourcesTable.input[3].name=listOfRows
gf.addToAppScopedResourcesTable.input[3].type=java.util.List
gf.addToAppScopedResourcesTable.output[0].name=result
gf.addToAppScopedResourcesTable.output[0].type=java.util.List
gf.logger.class=org.glassfish.admingui.common.handlers.UtilHandlers
gf.logger.method=logger
gf.logger.input[0].name=logString
gf.logger.input[0].type=java.lang.String
gf.logger.input[0].defaultValue=
gf.logger.input[1].name=level
gf.logger.input[1].type=java.lang.String
gf.logger.input[1].defaultValue=INFO
gf.logger.output[0].name=string
gf.logger.output[0].type=java.lang.String
isPool.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
isPool.method=isPool
isPool.input[0].name=poolName
isPool.input[0].type=java.lang.String
isPool.input[0].required=true
isPool.input[1].name=endpoint
isPool.input[1].type=java.lang.String
isPool.input[1].required=true
isPool.output[0].name=result
isPool.output[0].type=java.lang.Boolean
# This method sets the attributes that will be used by the alert component
# display the message to user.
# If type is not specifed, it will be 'info' by default.
# Input value: "summary" -- Type: java.lang.String
# Input value: "type" -- Type: java.lang.String
# Input value: "detail" -- Type: java.lang.String
prepareAlertMsg.class=org.glassfish.admingui.common.handlers.UtilHandlers
prepareAlertMsg.method=prepareAlertMsg
prepareAlertMsg.input[0].name=summary
prepareAlertMsg.input[0].type=java.lang.String
prepareAlertMsg.input[0].required=true
prepareAlertMsg.input[1].name=type
prepareAlertMsg.input[1].type=java.lang.String
prepareAlertMsg.input[2].name=detail
prepareAlertMsg.input[2].type=java.lang.String
gf.reloadApplication.class=org.glassfish.admingui.common.handlers.ApplicationHandlers
gf.reloadApplication.method=reloadApplication
gf.reloadApplication.input[0].name=appName
gf.reloadApplication.input[0].type=java.lang.String
gf.reloadApplication.input[0].required=true
# This handler invokes the {@link GuiUtil#genId(String)} method and
# returns the result.
gf.encodeId.class=org.glassfish.admingui.common.handlers.UtilHandlers
gf.encodeId.method=encodeId
gf.encodeId.input[0].name=id
gf.encodeId.input[0].type=java.lang.String
gf.encodeId.input[0].required=true
gf.encodeId.output[0].name=result
gf.encodeId.output[0].type=java.lang.String
getStatsUrl.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
getStatsUrl.method=getStatsUrl
getStatsUrl.input[0].name=app
getStatsUrl.input[0].type=java.lang.String
getStatsUrl.input[0].required=true
getStatsUrl.input[1].name=moduleProps
getStatsUrl.input[1].type=java.util.Map
getStatsUrl.input[1].required=true
getStatsUrl.input[2].name=monitorURL
getStatsUrl.input[2].type=java.lang.String
getStatsUrl.input[2].required=true
getStatsUrl.input[3].name=compVal
getStatsUrl.input[3].type=java.lang.String
getStatsUrl.input[3].required=true
getStatsUrl.output[0].name=statUrl
getStatsUrl.output[0].type=java.lang.String
getStatsUrl.output[1].name=statType
getStatsUrl.output[1].type=java.lang.String
getStats.class=org.glassfish.admingui.common.handlers.MonitoringHandlers
getStats.method=getStats
getStats.input[0].name=endpoint
getStats.input[0].type=java.lang.String
getStats.input[0].required=true
getStats.input[1].name=statType
getStats.input[1].type=java.lang.String
getStats.input[2].name=type
getStats.input[2].type=java.lang.String
getStats.output[0].name=result
getStats.output[0].type=java.util.List
getStats.output[1].name=hasStats
getStats.output[1].type=java.lang.Boolean
getLoggerLevels.class=org.glassfish.admingui.common.handlers.LoggingHandlers
getLoggerLevels.method=getLoggerLevels
getLoggerLevels.input[0].name=loggerLevels
getLoggerLevels.input[0].type=java.util.Map
getLoggerLevels.input[0].required=true
getLoggerLevels.output[0].name=loggerList
getLoggerLevels.output[0].type=java.util.List
convertToDifferentCiphersGroup.class=org.glassfish.admingui.common.handlers.NewSSLHandlers
convertToDifferentCiphersGroup.method=convertToDifferentCiphersGroup
convertToDifferentCiphersGroup.input[0].name=ciphers
convertToDifferentCiphersGroup.input[0].type=java.lang.Object
convertToDifferentCiphersGroup.output[0].name=CommonCiphersList
convertToDifferentCiphersGroup.output[0].type=[Ljava.lang.String;
convertToDifferentCiphersGroup.output[1].name=EphemeralCiphersList
convertToDifferentCiphersGroup.output[1].type=[Ljava.lang.String;
convertToDifferentCiphersGroup.output[2].name=OtherCiphersList
convertToDifferentCiphersGroup.output[2].type=[Ljava.lang.String;
convertToDifferentCiphersGroup.output[3].name=EccCiphersList
convertToDifferentCiphersGroup.output[3].type=[Ljava.lang.String;
gf.getProtocols.class=org.glassfish.admingui.common.handlers.WebAppHandlers
gf.getProtocols.method=getProtocols
gf.getProtocols.input[0].name=configName
gf.getProtocols.input[0].type=java.lang.String
gf.getProtocols.input[0].required=true
gf.getProtocols.output[0].name=result
gf.getProtocols.output[0].type=java.util.List
getListBoxOptions.class=org.glassfish.admingui.common.handlers.UtilHandlers
getListBoxOptions.method=getListBoxOptions
getListBoxOptions.input[0].name=availableList
getListBoxOptions.input[0].type=java.util.List
getListBoxOptions.input[0].required=true
getListBoxOptions.input[1].name=selectedCommaString
getListBoxOptions.input[1].type=java.lang.String
getListBoxOptions.input[1].required=true
getListBoxOptions.input[2].name=addEmptyFirstChoice
getListBoxOptions.input[2].type=java.lang.String
getListBoxOptions.output[0].name=availableListResult
getListBoxOptions.output[0].type=java.util.List
getListBoxOptions.output[1].name=selectedOptions
getListBoxOptions.output[1].type=[Ljava.lang.String;
# Returns the name of the file or directory denoted by this abstract
# pathname. This is just the last name in the pathname's name sequence.
# If the pathname's name sequence is empty, then the empty string is returned.
#
# Input value: "File" -- Type: java.io.File
# Output value: "Name" -- Type: String
fileGetName.class=org.glassfish.admingui.common.handlers.UtilHandlers
fileGetName.method=fileGetName
fileGetName.input[0].name=File
fileGetName.input[0].type=java.io.File
fileGetName.input[0].required=true
fileGetName.output[0].name=Name
fileGetName.output[0].type=java.lang.String
getJvmOptionsValues.class=org.glassfish.admingui.common.handlers.InstanceHandler
getJvmOptionsValues.method=getJvmOptionsValues
getJvmOptionsValues.input[0].name=endpoint
getJvmOptionsValues.input[0].type=java.lang.String
getJvmOptionsValues.input[0].required=true
getJvmOptionsValues.input[1].name=attrs
getJvmOptionsValues.input[1].type=java.util.Map
getJvmOptionsValues.input[1].required=false
getJvmOptionsValues.output[0].name=result
getJvmOptionsValues.output[0].type=java.util.List
gf.instanceAction.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.instanceAction.method=instanceAction
gf.instanceAction.input[0].name=rows
gf.instanceAction.input[0].type=java.util.List
gf.instanceAction.input[0].required=true
gf.instanceAction.input[1].name=action
gf.instanceAction.input[1].type=java.lang.String
gf.instanceAction.input[1].required=true
gf.getNetworkListeners.class=org.glassfish.admingui.common.handlers.WebAppHandlers
gf.getNetworkListeners.method=getNetworkListeners
gf.getNetworkListeners.input[0].name=configName
gf.getNetworkListeners.input[0].type=java.lang.String
gf.getNetworkListeners.input[0].required=true
gf.getNetworkListeners.output[0].name=result
gf.getNetworkListeners.output[0].type=java.util.List
gf.getClusterNameForInstance.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.getClusterNameForInstance.method=getClusterNameForInstance
gf.getClusterNameForInstance.input[0].name=instanceName
gf.getClusterNameForInstance.input[0].type=java.lang.String
gf.getClusterNameForInstance.input[0].required=true
gf.getClusterNameForInstance.output[0].name=clusterName
gf.getClusterNameForInstance.output[0].type=java.lang.String
# This method returns the deployment descriptors for a given app.
#
# Output value: "descriptors" -- Type: java.util.List/
gf.getDeploymentDescriptorList.class=org.glassfish.admingui.common.handlers.DeploymentHandler
gf.getDeploymentDescriptorList.method=getDeploymentDescriptorList
gf.getDeploymentDescriptorList.input[0].name=data
gf.getDeploymentDescriptorList.input[0].type=java.util.List
gf.getDeploymentDescriptorList.input[0].required=true
gf.getDeploymentDescriptorList.output[0].name=descriptors
gf.getDeploymentDescriptorList.output[0].type=java.util.List
# This handler will be called during initialization for doing any initialization.
initSessionAttributes.class=org.glassfish.admingui.common.handlers.CommonHandlers
initSessionAttributes.method=initSessionAttributes
gf.createPropertyString.class=org.glassfish.admingui.common.handlers.UtilHandlers
gf.createPropertyString.method=createPropertyString
gf.createPropertyString.input[0].name=properties
gf.createPropertyString.input[0].type=java.util.List
gf.createPropertyString.input[0].required=true
gf.createPropertyString.output[0].name=string
gf.createPropertyString.output[0].type=java.lang.String
# This handler is used for the navigation nodes that request content
# from an external URL. This handler pulls the "real url" from from
# the component specified by the compId parameter (this
# necessarily depends on the presence of the navigation container in
# the view for the component look up to work). Once the component
# has been found, the url is retrieved from the attribute map, and
# its contents retrieved. If processPage is true, the
# URL contents are interpretted and the resulting component(s) are
# added to the component tree (This feature is not currently
# supported).. Otherwise, the contents are returned in the output
# parameter pluginPage to be output as-is on the
# page.
retrievePluginPageContents.class=org.glassfish.admingui.common.handlers.PluginHandlers
retrievePluginPageContents.method=retrievePluginPageContents
retrievePluginPageContents.input[0].name=compId
retrievePluginPageContents.input[0].type=java.lang.String
retrievePluginPageContents.input[0].required=true
retrievePluginPageContents.output[0].name=pluginPage
retrievePluginPageContents.output[0].type=java.lang.String
gf.handleError.class=org.glassfish.admingui.common.handlers.CommonHandlers
gf.handleError.method=handleError
gf.handleError.input[0].name=detail
gf.handleError.input[0].type=java.lang.String
# This handler returns a
# Map> containing all
# the matches of the requested resource. Each List in
# the Map is associated with a GUI Plugin, and the key
# to the Map is the plugin id.
getPluginResources.class=org.glassfish.admingui.common.handlers.PluginHandlers
getPluginResources.method=getPluginResources
getPluginResources.input[0].name=name
getPluginResources.input[0].type=java.lang.String
getPluginResources.input[0].required=true
getPluginResources.output[0].name=resources
getPluginResources.output[0].type=java.util.Map
gf.onlyDASExist.class=org.glassfish.admingui.common.handlers.CommonHandlers
gf.onlyDASExist.method=onlyDas
gf.onlyDASExist.output[0].name=onlyDAS
gf.onlyDASExist.output[0].type=java.lang.Boolean
gf.getTargetListInfo.class=org.glassfish.admingui.common.handlers.ApplicationHandlers
gf.getTargetListInfo.method=getTargetListInfo
gf.getTargetListInfo.input[0].name=appName
gf.getTargetListInfo.input[0].type=java.lang.String
gf.getTargetListInfo.input[0].required=true
gf.getTargetListInfo.output[0].name=result
gf.getTargetListInfo.output[0].type=java.util.List
# This handler adds the class name table column depends on the resource type.
gf.addClassNameColumn.class=org.glassfish.admingui.common.handlers.JdbcTempHandler
gf.addClassNameColumn.method=addClassNameColumn
gf.addClassNameColumn.input[0].name=poolsData
gf.addClassNameColumn.input[0].type=java.util.List
gf.addClassNameColumn.output[0].name=result
gf.addClassNameColumn.output[0].type=java.util.List
gf.getApplicationType.class=org.glassfish.admingui.common.handlers.ApplicationHandlers
gf.getApplicationType.method=getApplicationType
gf.getApplicationType.input[0].name=snifferMap
gf.getApplicationType.input[0].type=java.util.Map
gf.getApplicationType.input[0].required=true
gf.getApplicationType.output[0].name=appType
gf.getApplicationType.output[0].type=java.lang.String
# Returns the keys
#
# Input value: "Map" -- Type: java.util.Map
# Output value: "Keys" -- Type: Object
gf.getMapKeys.class=org.glassfish.admingui.common.handlers.UtilHandlers
gf.getMapKeys.method=getMapKeys
gf.getMapKeys.input[0].name=Map
gf.getMapKeys.input[0].type=java.util.Map
gf.getMapKeys.input[0].required=true
gf.getMapKeys.output[0].name=Keys
gf.getMapKeys.output[0].type=java.util.List
gf.saveInstanceWeight.class=org.glassfish.admingui.common.handlers.ClusterHandler
gf.saveInstanceWeight.method=saveInstanceWeight
gf.saveInstanceWeight.input[0].name=rows
gf.saveInstanceWeight.input[0].type=java.util.List
gf.saveInstanceWeight.input[0].required=true
# This handler provides the foreach loop functionality. You should
# specify a request attribute 'var' that will be used as the key for
# storing each token in the list. You can then retreive each value
# as the loop iterates by requesting the request scoped attribute
# keyed by the value you suplied for 'var'. You must also specify
# the List