BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.http
Class DefaultRequestFilter

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.http.DefaultRequestFilter

public class DefaultRequestFilter
extends java.lang.Object
implements com.beasys.commerce.axiom.util.filter.MapFilter, java.io.Serializable

The default P13N Request Filter. This class implements a filter that determines the objects in the HTTP Request are to be used in the construction of the P13N Request object.

See Also:
Serialized Form

Constructor Summary
DefaultRequestFilter()
          Default Constructor
 
Method Summary
 java.util.Map filter(java.util.Map aMap)
          This filter will include values in the source map whose value object's class matches the following types: java.lang.String java.lang.Boolean java.lang.Long java.lang.Double java.sql.Timestamp java.util.Collection since these are the only types supported by the rules editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRequestFilter

public DefaultRequestFilter()
Default Constructor
Method Detail

filter

public java.util.Map filter(java.util.Map aMap)
This filter will include values in the source map whose value object's class matches the following types: java.lang.String java.lang.Boolean java.lang.Long java.lang.Double java.sql.Timestamp java.util.Collection since these are the only types supported by the rules editor.
Specified by:
filter in interface com.beasys.commerce.axiom.util.filter.MapFilter
Parameters:
aMap - The source Map object that contains the session key/value pairs.
Returns:
The filtered Map

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved