|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActionForm
org.objectweb.jonas.webapp.jonasadmin.catalina.ConnectorForm
Form bean for the connector page.
Contributor : Michel-Ange ANTON
Constructor Summary | |
ConnectorForm()
|
Method Summary | |
java.lang.String |
getAcceptCountText()
Return the acceptCountText. |
java.lang.String |
getAction()
Return the administrative action represented by this form. |
java.lang.String |
getAddress()
Return the address. |
java.util.List |
getBooleanVals()
Return the booleanVals. |
java.lang.String |
getBufferSizeText()
Return the bufferSizeText. |
java.lang.String |
getConnectorName()
Return the Service Name. |
java.lang.String |
getConnectorType()
Return the Connector type. |
java.util.List |
getConnectorTypeVals()
Return the connectorTypeVals. |
java.lang.String |
getConnTimeOutText()
Return the connTimeOutText. |
java.lang.String |
getDebugLvl()
Return the Debug Level Text. |
java.util.List |
getDebugLvlVals()
Return the debugVals. |
java.lang.String |
getKeyStoreFileName()
Return the object name of the service this connector belongs to. |
java.lang.String |
getKeyStorePassword()
Return the object name of the service this connector belongs to. |
java.lang.String |
getMaxProcessorsText()
Return the max processors Text. |
java.lang.String |
getMinProcessorsText()
Return the min Processors Text. |
java.lang.String |
getObjectName()
Return the object name of the Connector this bean refers to. |
java.lang.String |
getPortText()
Return the port text. |
java.lang.String |
getProxyName()
Return the proxy Name. |
java.lang.String |
getProxyPortText()
Return the proxy Port NumberText. |
java.lang.String |
getRedirectPortText()
Return the port. |
java.lang.String |
getScheme()
Return the Scheme. |
java.lang.String |
getServiceName()
Return the object name of the service this connector belongs to. |
boolean |
isClientAuthentication()
Return the true/false value of client authentication. |
boolean |
isEnableLookups()
Return the Enable lookup Text. |
void |
numberCheck(ActionErrors p_Errors,
java.lang.String field,
java.lang.String numText,
boolean rangeCheck,
int min,
int max)
|
void |
reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setAcceptCountText(java.lang.String acceptCountText)
Set the acceptCountText. |
void |
setAction(java.lang.String action)
Set the administrative action represented by this form. |
void |
setAddress(java.lang.String address)
Set the address. |
void |
setBooleanVals(java.util.List booleanVals)
Set the debugVals. |
void |
setBufferSizeText(java.lang.String bufferSizeText)
Set the bufferSizeText. |
void |
setClientAuthentication(boolean clientAuthentication)
Set whether client authentication is supported or not. |
void |
setConnectorName(java.lang.String connectorName)
Set the Service Name. |
void |
setConnectorType(java.lang.String connectorType)
Set the Connector type. |
void |
setConnectorTypeVals(java.util.List connectorTypeVals)
Set the connectorTypeVals. |
void |
setConnTimeOutText(java.lang.String connTimeOutText)
Set the connTimeOutText. |
void |
setDebugLvl(java.lang.String debugLvl)
Set the Debug Level Text. |
void |
setDebugLvlVals(java.util.List debugLvlVals)
Set the debugVals. |
void |
setEnableLookups(boolean enableLookups)
Set the Enable Lookup Text. |
void |
setKeyStoreFileName(java.lang.String keyStoreFileName)
Set the object name of the Service this connector belongs to. |
void |
setKeyStorePassword(java.lang.String keyStorePassword)
Set the object name of the Service this connector belongs to. |
void |
setMaxProcessorsText(java.lang.String maxProcessorsText)
Set the Max Processors Text. |
void |
setMinProcessorsText(java.lang.String minProcessorsText)
Set the minProcessors Text. |
void |
setObjectName(java.lang.String objectName)
Set the object name of the Connector this bean refers to. |
void |
setPortText(java.lang.String portText)
Set the port Text. |
void |
setProxyName(java.lang.String proxyName)
Set the proxy Name. |
void |
setProxyPortText(java.lang.String proxyPortText)
Set the proxy Port NumberText. |
void |
setRedirectPortText(java.lang.String redirectPortText)
Set the Redirect Port Text. |
void |
setScheme(java.lang.String scheme)
Set the Scheme. |
void |
setServiceName(java.lang.String serviceName)
Set the object name of the Service this connector belongs to. |
ActionErrors |
validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectorForm()
Method Detail |
public void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic ActionErrors validate(ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic void numberCheck(ActionErrors p_Errors, java.lang.String field, java.lang.String numText, boolean rangeCheck, int min, int max)
public java.lang.String getAction()
public void setAction(java.lang.String action)
public java.lang.String getObjectName()
public void setObjectName(java.lang.String objectName)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public java.lang.String getScheme()
public void setScheme(java.lang.String scheme)
public java.lang.String getConnectorType()
public void setConnectorType(java.lang.String connectorType)
public java.lang.String getAcceptCountText()
public void setAcceptCountText(java.lang.String acceptCountText)
public java.lang.String getConnTimeOutText()
public void setConnTimeOutText(java.lang.String connTimeOutText)
public java.lang.String getBufferSizeText()
public void setBufferSizeText(java.lang.String bufferSizeText)
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
public java.lang.String getProxyName()
public void setProxyName(java.lang.String proxyName)
public java.lang.String getProxyPortText()
public void setProxyPortText(java.lang.String proxyPortText)
public boolean isClientAuthentication()
public void setClientAuthentication(boolean clientAuthentication)
public java.lang.String getKeyStoreFileName()
public void setKeyStoreFileName(java.lang.String keyStoreFileName)
public java.lang.String getKeyStorePassword()
public void setKeyStorePassword(java.lang.String keyStorePassword)
public java.util.List getDebugLvlVals()
public void setDebugLvlVals(java.util.List debugLvlVals)
public java.lang.String getDebugLvl()
public void setDebugLvl(java.lang.String debugLvl)
public boolean isEnableLookups()
public void setEnableLookups(boolean enableLookups)
public java.util.List getBooleanVals()
public void setBooleanVals(java.util.List booleanVals)
public java.lang.String getMinProcessorsText()
public void setMinProcessorsText(java.lang.String minProcessorsText)
public java.lang.String getMaxProcessorsText()
public void setMaxProcessorsText(java.lang.String maxProcessorsText)
public java.lang.String getPortText()
public void setPortText(java.lang.String portText)
public java.lang.String getRedirectPortText()
public void setRedirectPortText(java.lang.String redirectPortText)
public java.lang.String getConnectorName()
public void setConnectorName(java.lang.String connectorName)
public java.util.List getConnectorTypeVals()
public void setConnectorTypeVals(java.util.List connectorTypeVals)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |