|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.server.InjectObject
public class InjectObject
The InjectObject
is a POJO which holds an object with
a specific name. The InjectObject
will be used to
add any objects to the SessionContext
.
SessionContext
Constructor Summary | |
---|---|
InjectObject(String pName,
Object pObject)
Creates a new instance of InjectObject for a inject object
with a specific name. |
Method Summary | |
---|---|
String |
getName()
Gets the name of the inject object. |
Object |
getObject()
Gets the inject object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InjectObject(String pName, Object pObject)
InjectObject
for a inject object
with a specific name.
pName
- the injection namepObject
- the injection objectMethod Detail |
---|
public String getName()
public Object getObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |