net.sf.fridaymvc.models
Class BasicModel

java.lang.Object
  extended bynet.sf.fridaymvc.models.AbstractModel
      extended bynet.sf.fridaymvc.models.BasicModel
All Implemented Interfaces:
Model

public class BasicModel
extends AbstractModel

Version:
$Id: BasicModel.java,v 1.1.1.1 2004/11/23 09:27:53 artsi Exp $
Author:
Arto Pastinen

Field Summary
 
Fields inherited from class net.sf.fridaymvc.models.AbstractModel
statelessAttributeMap
 
Constructor Summary
BasicModel()
           
 
Method Summary
 void service()
           
 
Methods inherited from class net.sf.fridaymvc.models.AbstractModel
getStatefulAttributeMap, getStatelessAttributeMap, setStatefulAttribute, setStatelessAttribute, setStatelessAttributeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicModel

public BasicModel()
Method Detail

service

public void service()
             throws java.lang.Exception
Specified by:
service in interface Model
Specified by:
service in class AbstractModel
Throws:
java.lang.Exception


Copyright © 2004 Friday MVC. All Rights Reserved.