|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wrapper | |
|---|---|
| org.jboss.seam.remoting | |
| org.jboss.seam.remoting.wrapper | |
| Uses of Wrapper in org.jboss.seam.remoting |
|---|
| Methods in org.jboss.seam.remoting that return Wrapper | |
|---|---|
Wrapper |
CallContext.createWrapperFromElement(org.dom4j.Element element)
|
Wrapper |
CallContext.createWrapperFromObject(Object value,
String path)
|
| Methods in org.jboss.seam.remoting that return types with arguments of type Wrapper | |
|---|---|
Map<String,Wrapper> |
CallContext.getInRefs()
Returns the inbound object references |
List<Wrapper> |
CallContext.getOutRefs()
Returns the outbound object references |
| Methods in org.jboss.seam.remoting with parameters of type Wrapper | |
|---|---|
void |
CallContext.addOutRef(Wrapper w)
Add an outbound object reference |
void |
Call.addParameter(Wrapper param)
Add a parameter to this call. |
| Uses of Wrapper in org.jboss.seam.remoting.wrapper |
|---|
| Classes in org.jboss.seam.remoting.wrapper that implement Wrapper | |
|---|---|
class |
BagWrapper
Wrapper for collections, arrays, etc. |
class |
BaseWrapper
Base class for all Wrapper implementations. |
class |
BeanWrapper
|
class |
BooleanWrapper
|
class |
DateWrapper
Handles date conversions |
class |
MapWrapper
|
class |
NullWrapper
|
class |
NumberWrapper
Int wrapper class. |
class |
StringWrapper
String wrapper class. |
| Methods in org.jboss.seam.remoting.wrapper that return Wrapper | |
|---|---|
Wrapper |
WrapperFactory.createWrapper(String type)
|
Wrapper |
WrapperFactory.getWrapperForObject(Object obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||