2008-02-07 1.1.0

org.eclipse.soda.dk.epcglobal.llpr.write.profile.servlet.operations
Class BlockWrite

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llpr.write.profile.servlet.operations.AbstractOperation
      extended by org.eclipse.soda.dk.epcglobal.llpr.write.profile.servlet.operations.BlockWrite
All Implemented Interfaces:
IOperation

public class BlockWrite
extends AbstractOperation

Version:
1.1.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.epcglobal.llpr.write.profile.servlet.operations.AbstractOperation
INCREMENT, MEMORYBANK, OP_COUNT, OPERATIONID, PASSWORD, REPEAT, TIMEOUT, WORDCOUNT, WORDPOINTER, WRITEDATA
 
Constructor Summary
BlockWrite()
          Constructs an instance of this class.
 
Method Summary
 java.lang.String htmlOutput(java.lang.String servletPath)
          Html output with the specified servlet path parameter and return the String result.
 java.lang.String opOutput()
          Op output and return the String result.
 void setValues(javax.servlet.http.HttpServletRequest request)
          Sets the values value.
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llpr.write.profile.servlet.operations.AbstractOperation
getActionFieldId, getCustomFieldId, getFormHeader, getFormTail, getName, getOpNameFieldId, linkOutput, matchedOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockWrite

public BlockWrite()
Constructs an instance of this class.

Method Detail

htmlOutput

public java.lang.String htmlOutput(java.lang.String servletPath)
Html output with the specified servlet path parameter and return the String result.

Parameters:
servletPath - The servlet path (String) parameter.
Returns:
Results of the html output (String) value.
See Also:
opOutput()

opOutput

public java.lang.String opOutput()
Op output and return the String result.

Returns:
Results of the op output (String) value.
See Also:
htmlOutput(String)

setValues

public void setValues(javax.servlet.http.HttpServletRequest request)
Sets the values value.

Parameters:
request - The request (HttpServletRequest) parameter.

2008-02-07 1.1.0

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