palio.mvc
Class MvcEngine

java.lang.Object
  extended by palio.mvc.MvcEngine

public class MvcEngine
extends java.lang.Object


Constructor Summary
MvcEngine(Instance instance)
          Constructor that adds new InstanceListener for listening changes
 
Method Summary
static MvcEngine getInstance()
          Gets an instance of MVC Engine for a current jPALIO instance
 void run()
          Run dispatcher process in current object executing context
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvcEngine

public MvcEngine(Instance instance)
Constructor that adds new InstanceListener for listening changes

Method Detail

getInstance

public static MvcEngine getInstance()
Gets an instance of MVC Engine for a current jPALIO instance


run

public void run()
         throws palio.PalioException
Run dispatcher process in current object executing context

Throws:
palio.PalioException - If problem occurs while getting controller class from jPALIO object execution context