当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
WrapperFactory (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.remoting.wrapper
Class WrapperFactory
java.lang.Object
org.jboss.seam.remoting.wrapper.WrapperFactory
public class WrapperFactory
- extends Object
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registerWrapper
public void registerWrapper(String type,
Class wrapperClass)
- Parameters:
type
- StringwrapperClass
- Class
registerWrapperClass
public void registerWrapperClass(Class cls,
Class wrapperClass)
- Parameters:
cls
- ClasswrapperClass
- Class
getInstance
public static WrapperFactory getInstance()
- Returns:
- WrapperFactory
createWrapper
public Wrapper createWrapper(String type)
- Parameters:
element
- Element
- Returns:
- BaseWrapper
getWrapperForObject
public Wrapper getWrapperForObject(Object obj)
- Parameters:
obj
- Object
- Returns:
- Wrapper