com.agical.rdoc.core.impl
Class DocumentationContextImpl

java.lang.Object
  extended by com.agical.rdoc.core.impl.DocumentationContextImpl
All Implemented Interfaces:
DocumentationContext, Serializable

public class DocumentationContextImpl
extends Object
implements DocumentationContext

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.agical.rdoc.core.DocumentationContext
NULL
 
Constructor Summary
DocumentationContextImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Serializable get(String name)
           
 void put(String name, Serializable serializable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentationContextImpl

public DocumentationContextImpl()
Method Detail

put

public void put(String name,
                Serializable serializable)
Specified by:
put in interface DocumentationContext

get

public Serializable get(String name)
Specified by:
get in interface DocumentationContext

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Agical AB. All Rights Reserved.