org.jboss.seam.remoting.model
Class Model

java.lang.Object
  extended by org.jboss.seam.remoting.model.Model
All Implemented Interfaces:
Serializable

public class Model
extends Object
implements Serializable

Manages a model request

Author:
Shane Bryzak
See Also:
Serialized Form

Nested Class Summary
 class Model.BeanProperty
           
 
Constructor Summary
Model(BeanManager beanManager)
           
 
Method Summary
 void addBean(String alias, String beanName, String qualifiers, String propertyName)
           
 void evaluate()
          Evaluate each of the model's bean properties, expressions, etc and store the values in the BeanProperty map.
 Call getAction()
           
 Map<String,Model.BeanProperty> getBeanProperties()
           
 CallContext getCallContext()
           
 String getId()
           
 void setAction(Call action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model(BeanManager beanManager)
Method Detail

evaluate

public void evaluate()
Evaluate each of the model's bean properties, expressions, etc and store the values in the BeanProperty map.


getBeanProperties

public Map<String,Model.BeanProperty> getBeanProperties()

getId

public String getId()

getCallContext

public CallContext getCallContext()

addBean

public void addBean(String alias,
                    String beanName,
                    String qualifiers,
                    String propertyName)

setAction

public void setAction(Call action)

getAction

public Call getAction()


Copyright © 2011 Seam Framework. All Rights Reserved.