Implementation of Portal Context associated with running thread of the engine
author: David Sean Taylor version: $Id: JetspeedPortalContext.java 553375 2007-07-05 05:37:00Z taylor $
Returns the engine attribute with the given name, or null if there is no attribute by that name.
an Object containing the value of the attribute, or null if no attribute exists matching the given name
Returns the configuration properties for this Jetspeed engine context.
a Configuration containing the configuration properties for this Jetspeed context.
Binds an object to a given attribute name in this servlet context.
Parameters: name - - a String specifying the name of the attribute Parameters: value - - an Object representing the attribute to be bound