2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display
Class ProfileDisplay

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
      extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.ParameterDisplay
          extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.ProfileDisplay
All Implemented Interfaces:
IDisplayElement

public class ProfileDisplay
extends ParameterDisplay

Since:
1.2
Version:
1.2.0

Field Summary
static java.lang.String CONFIGSTR
          Define the configstr (String) constant.
 
Fields inherited from class org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.ParameterDisplay
CHOICE_SEPERATOR, SEPERATOR
 
Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.IDisplayElement
TYPE_PARAMETER, TYPE_PROFILE, TYPE_READER
 
Constructor Summary
ProfileDisplay(java.lang.String name, java.lang.Object paramObj, IReaderCapabilities readerCapabilities)
          Constructs an instance of this class from the specified name, param obj and reader capabilities parameters.
 
Method Summary
 java.lang.String getConfigStr()
          Gets the config str (String) value.
protected  java.lang.String getFormTail(boolean subParamOnly)
          Get form tail with the specified sub param only parameter and return the String result.
 java.lang.Object getParamObj()
          Gets the param obj (Object) value.
 void importConfigStr(java.lang.String configStr)
          Import config str with the specified config str parameter.
 void processRequest(javax.servlet.http.HttpServletRequest request)
          Process request with the specified request parameter.
 void reset()
          Reset.
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.ParameterDisplay
addSerialNumToPath, getChoiceId, getChoiceParamId, getElementPath, getElementPath, getFormHeader, getHistoryChain, getHtml, getNavigatorHtml, getParamId, getParamId, getReaderCapabilities, getSerialNo, getSerialNo, isChoiceParamPath, isValidSubparameters, isValidSubparameters, setParamValues
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
addComment, addCommentTitle, clearComment, getButton, getComment, getJavaScriptFunction, getName, getType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGSTR

public static final java.lang.String CONFIGSTR
Define the configstr (String) constant.

See Also:
Constant Field Values
Constructor Detail

ProfileDisplay

public ProfileDisplay(java.lang.String name,
                      java.lang.Object paramObj,
                      IReaderCapabilities readerCapabilities)
Constructs an instance of this class from the specified name, param obj and reader capabilities parameters.

Parameters:
name - The name (String) parameter.
paramObj - The param obj (Object) parameter.
readerCapabilities - The reader capabilities (IReaderCapabilities) parameter.
Method Detail

getConfigStr

public java.lang.String getConfigStr()
Gets the config str (String) value.

Returns:
The config str (String) value.
See Also:
importConfigStr(String)

getFormTail

protected java.lang.String getFormTail(boolean subParamOnly)
Get form tail with the specified sub param only parameter and return the String result.

Overrides:
getFormTail in class ParameterDisplay
Parameters:
subParamOnly - The sub param only (boolean) parameter.
Returns:
The form tail (String) value.

getParamObj

public java.lang.Object getParamObj()
Gets the param obj (Object) value.

Overrides:
getParamObj in class AbstractDisplayElement
Returns:
The param obj (Object) value.

importConfigStr

public void importConfigStr(java.lang.String configStr)
Import config str with the specified config str parameter.

Parameters:
configStr - The configuration str (String) parameter.
See Also:
getConfigStr()

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request)
Process request with the specified request parameter.

Parameters:
request - The request (HttpServletRequest) parameter.

reset

public void reset()
Reset.


2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.