Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused. | ![]() |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public class ContextScope extends Object implements Scope
Scope
implementation delegating to the jDTAUS Context
.
Constructor and Description |
---|
ContextScope()
Creates a new
ContextScope instance. |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public ContextScope()
ContextScope
instance.public Map<String,Object> getObjects()
getObjects
in interface Scope
public Object getObject(String string) throws NullPointerException
getObject
in interface Scope
NullPointerException
public Object putObject(String string, Object o) throws NullPointerException
putObject
in interface Scope
NullPointerException
public Object removeObject(String string) throws NullPointerException
removeObject
in interface Scope
NullPointerException
Copyright © 2005-2012 jDTAUS. All Rights Reserved.