net.sf.fridaymvc.sample.models.main
Class Main

java.lang.Object
  extended bynet.sf.fridaymvc.models.AbstractModel
      extended bynet.sf.fridaymvc.sample.models.main.Main
All Implemented Interfaces:
net.sf.fridaymvc.models.Model

public class Main
extends net.sf.fridaymvc.models.AbstractModel

Version:
$Id: Main.java,v 1.2 2004/11/23 20:36:56 artsi Exp $
Author:
Arto Pastinen

Field Summary
 
Fields inherited from class net.sf.fridaymvc.models.AbstractModel
statelessAttributeMap
 
Constructor Summary
Main()
           
 
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

Main

public Main()
Method Detail

service

public void service()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Friday MVC. All Rights Reserved.