2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations
Interface IOperation

All Known Implementing Classes:
AbstractOperation, BlockErase, BlockWrite, Filter, History, IncrementWrite, Kill, Lock, Read, Write

public interface IOperation

Since:
1.0
Version:
1.2.0

Method Summary
 java.lang.String getName()
          Gets the name (String) value.
 java.lang.String htmlOutput(java.lang.String servletPath)
          Html output with the specified servlet path parameter and return the String result.
 java.lang.String linkOutput(java.lang.String url)
          Link output with the specified url 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.
 

Method Detail

getName

java.lang.String getName()
Gets the name (String) value.

Returns:
The name (String) value.

htmlOutput

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:
linkOutput(String), opOutput()

linkOutput

java.lang.String linkOutput(java.lang.String url)
Link output with the specified url parameter and return the String result.

Parameters:
url - The url (String) parameter.
Returns:
Results of the link output (String) value.
See Also:
htmlOutput(String), opOutput()

opOutput

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

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

setValues

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

Parameters:
request - The request (HttpServletRequest) parameter.

2010-01-26 1.2.0

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