public class DefaultHandlerContext extends java.lang.Object implements HandlerContext
Constructor and Description |
---|
DefaultHandlerContext()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Object |
getProperty(java.lang.String name)
Returns the property with the given name.
|
java.util.Set |
getPropertyNames()
Returns the names of the properties associated with the context.
|
void |
setProperty(java.lang.String name,
java.lang.Object property)
Adds or replaces a property.
|
public java.lang.Object getProperty(java.lang.String name)
HandlerContext
getProperty
in interface HandlerContext
name
- Name of the property.public void setProperty(java.lang.String name, java.lang.Object property)
HandlerContext
setProperty
in interface HandlerContext
name
- Name of the property.property
- Value of the property.public java.util.Set getPropertyNames()
HandlerContext
getPropertyNames
in interface HandlerContext
public java.lang.Object clone()
clone
in interface HandlerContext
clone
in class java.lang.Object
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.