org.jboss.seam.navigation
Class Put
java.lang.Object
org.jboss.seam.navigation.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.ValueExpression getValue()
setValue
public void setValue(Expressions.ValueExpression value)
Copyright © 2012 Seam Framework. All Rights Reserved.