© 2002 BEA Systems, Inc.


Package examples.e2e.b2b

the b2b package provides a set of classes for use in the b2b portal.

See:
          Description

Interface Summary
Constants A collection of constants that are used as return values from portal processors (InputProcessor) for this portal.
JspConstants Numerous constants used by Jsp pages and supporting portal processors.
RequestState Maintains the portal state for a particular servlet request.
SessionState The SessionState maintains the portal state for a particular HTTP session.
 

Class Summary
B2BPortalPage B2BPortalPage defines a closed set of static instances that represent the portal pages of the B2B portal.
B2BTourGuide This class decides what content to display in the Tour Guide portlet based on the state of the b2bPortal.
CalendarFormData CalendarFormData maintains information for redisplaying date information in the QPA form.
DoubleMinMaxExpression DoubleMinMaxExpression is used in conjunction with DoubleValueValidator to specify the minimum and maximum allowed values for a java double value.
DoubleValueValidator Validate a String value as a double within a defined range.
Helper The Helper class provides a collection of static utility methods for the portal.
JspBase JspBase is a base class to be used by Jsp pages in the b2b portal.
LongMinMaxExpression LongMinMaxExpression is used in conjunction with LongValueValidator to specify the minimum and maximum allowed values for a java long value.
LongValueValidator Validate a String value as a long within a defined range.
RequestStateImpl Maintains the portal state for a particular servlet request.
SessionStateImpl The SessionState maintains the portal state for a particular HTTP session.
StateFactory A factory for generating RequestState and SessionState objects.
StateValue The StateValue class defines a closed set of instance objects that represent the possible states for a user's session.
Util Util provides a set of static methods to produce String representations of objects contained in various java.util objects.
 

Package examples.e2e.b2b Description

the b2b package provides a set of classes for use in the b2b portal. These classes are used by the portal processors in examples.e2e.b2b.processors and by JSP pages of the portal.


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved