© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.common
Interface Context


public interface Context
extends java.io.Serializable

The current Webflow namespace that is being executed can be accessed through the Context interface. Reference to the current Context can be obtained from PipelineSession.

See Also:
PipelineSession.

Method Summary
 java.lang.Object getCurrentNamespace()
          returns the namespace name of the Webflow that is currently being executed
 

Method Detail

getCurrentNamespace

public java.lang.Object getCurrentNamespace()
returns the namespace name of the Webflow that is currently being executed

Returns:
a Object that contains the name of the current Webflow namespace.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved