org.debux.webmotion.sitemesh
Class SiteMeshListener

java.lang.Object
  extended by org.debux.webmotion.sitemesh.SiteMeshListener
All Implemented Interfaces:
WebMotionServerListener

public class SiteMeshListener
extends Object
implements WebMotionServerListener

Add configuration to use SiteMesh, just add SiteMesh add global filter.

Author:
julien

Field Summary
protected static javax.servlet.Filter filter
          Current filter
 
Constructor Summary
SiteMeshListener()
           
 
Method Summary
 void onStart(Mapping mapping, ServerContext context)
           
 void onStop(ServerContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected static javax.servlet.Filter filter
Current filter

Constructor Detail

SiteMeshListener

public SiteMeshListener()
Method Detail

onStart

public void onStart(Mapping mapping,
                    ServerContext context)
Specified by:
onStart in interface WebMotionServerListener

onStop

public void onStop(ServerContext context)
Specified by:
onStop in interface WebMotionServerListener


Copyright © 2011-2012 Debux. All Rights Reserved.