2008-02-07 1.1.0

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

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.Filter
All Implemented Interfaces:
IOperation

public class Filter
extends AbstractOperation

Version:
1.1.0

Field Summary
static java.lang.String TARGETTAG1
          Define the targettag1 (String) constant.
static java.lang.String TARGETTAG1_BITPOINTER
          Define the targettag1 bitpointer (String) constant.
static java.lang.String TARGETTAG1_MATCH
          Define the targettag1 match (String) constant.
static java.lang.String TARGETTAG1_MEMORYBANK
          Define the targettag1 memorybank (String) constant.
static java.lang.String TARGETTAG1_TAGDATA
          Define the targettag1 tagdata (String) constant.
static java.lang.String TARGETTAG1_TAGMASK
          Define the targettag1 tagmask (String) constant.
static java.lang.String TARGETTAG2
          Define the targettag2 (String) constant.
static java.lang.String TARGETTAG2_APPLY
          Define the targettag2 apply (String) constant.
static java.lang.String TARGETTAG2_BITPOINTER
          Define the targettag2 bitpointer (String) constant.
static java.lang.String TARGETTAG2_MATCH
          Define the targettag2 match (String) constant.
static java.lang.String TARGETTAG2_MEMORYBANK
          Define the targettag2 memorybank (String) constant.
static java.lang.String TARGETTAG2_TAGDATA
          Define the targettag2 tagdata (String) constant.
static java.lang.String TARGETTAG2_TAGMASK
          Define the targettag2 tagmask (String) constant.
 
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
Filter()
          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
 

Field Detail

TARGETTAG1

public static final java.lang.String TARGETTAG1
Define the targettag1 (String) constant.

See Also:
Constant Field Values

TARGETTAG1_MEMORYBANK

public static final java.lang.String TARGETTAG1_MEMORYBANK
Define the targettag1 memorybank (String) constant.

See Also:
Constant Field Values

TARGETTAG1_MATCH

public static final java.lang.String TARGETTAG1_MATCH
Define the targettag1 match (String) constant.

See Also:
Constant Field Values

TARGETTAG1_BITPOINTER

public static final java.lang.String TARGETTAG1_BITPOINTER
Define the targettag1 bitpointer (String) constant.

See Also:
Constant Field Values

TARGETTAG1_TAGMASK

public static final java.lang.String TARGETTAG1_TAGMASK
Define the targettag1 tagmask (String) constant.

See Also:
Constant Field Values

TARGETTAG1_TAGDATA

public static final java.lang.String TARGETTAG1_TAGDATA
Define the targettag1 tagdata (String) constant.

See Also:
Constant Field Values

TARGETTAG2_APPLY

public static final java.lang.String TARGETTAG2_APPLY
Define the targettag2 apply (String) constant.

See Also:
Constant Field Values

TARGETTAG2

public static final java.lang.String TARGETTAG2
Define the targettag2 (String) constant.

See Also:
Constant Field Values

TARGETTAG2_MEMORYBANK

public static final java.lang.String TARGETTAG2_MEMORYBANK
Define the targettag2 memorybank (String) constant.

See Also:
Constant Field Values

TARGETTAG2_MATCH

public static final java.lang.String TARGETTAG2_MATCH
Define the targettag2 match (String) constant.

See Also:
Constant Field Values

TARGETTAG2_BITPOINTER

public static final java.lang.String TARGETTAG2_BITPOINTER
Define the targettag2 bitpointer (String) constant.

See Also:
Constant Field Values

TARGETTAG2_TAGMASK

public static final java.lang.String TARGETTAG2_TAGMASK
Define the targettag2 tagmask (String) constant.

See Also:
Constant Field Values

TARGETTAG2_TAGDATA

public static final java.lang.String TARGETTAG2_TAGDATA
Define the targettag2 tagdata (String) constant.

See Also:
Constant Field Values
Constructor Detail

Filter

public Filter()
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.