当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
Put (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.pages
Class Put
java.lang.Object
org.jboss.seam.pages.Put
- Direct Known Subclasses:
- Input, Output
public class Put
- extends Object
Constructor Summary |
Put()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Put
public Put()
getName
public String getName()
setName
public void setName(String name)
getScope
public ScopeType getScope()
setScope
public void setScope(ScopeType scope)
getValue
public Expressions.ValueBinding getValue()
setValue
public void setValue(Expressions.ValueBinding value)