站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

Uses of Interface org.jboss.seam.remoting.wrapper.Wrapper (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


Uses of Interface
org.jboss.seam.remoting.wrapper.Wrapper

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)
           
 

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)