org.jboss.seam.remoting.model
Class ModelRegistry

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

@SessionScoped
public class ModelRegistry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ModelRegistry()
           
 
Method Summary
 Model createModel()
           
 Model getModel(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelRegistry

public ModelRegistry()
Method Detail

createModel

public Model createModel()

getModel

public Model getModel(String id)


Copyright © 2011 Seam Framework. All Rights Reserved.