1.0.0

org.eclipse.soda.dk.testmanager.servlet
Class HeaderValue

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.servlet.HeaderValue

public class HeaderValue
extends java.lang.Object

Version:
1.0.0

Constructor Summary
HeaderValue(java.lang.String valueWithAttributes)
          Constructs an instance of this class from the specified value with attributes parameter.
 
Method Summary
 java.lang.String getAttribute(java.lang.String key)
          Get attribute with the specified key parameter and return the String result.
 java.util.Map getAttributes()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderValue

public HeaderValue(java.lang.String valueWithAttributes)
Constructs an instance of this class from the specified value with attributes parameter.

Parameters:
valueWithAttributes - The value with attributes (String) parameter.
Method Detail

getAttribute

public java.lang.String getAttribute(java.lang.String key)
Get attribute with the specified key parameter and return the String result.

Parameters:
key - The key (String) parameter.
Returns:
Results of the get attribute (String) value.

getAttributes

public java.util.Map getAttributes()
Returns:
the attributes

getValue

public java.lang.String getValue()
Returns:
the value
See Also:
HeaderValue(String)

1.0.0

Copyright (c) 2007 IBM