org.zeroexchange.web.security
Class SecuredComponentInstantiationListener

java.lang.Object
  extended by org.zeroexchange.web.security.SecuredComponentInstantiationListener
All Implemented Interfaces:
org.apache.wicket.application.IComponentInstantiationListener

public class SecuredComponentInstantiationListener
extends Object
implements org.apache.wicket.application.IComponentInstantiationListener

Instantiation listener intercepts creation of the wicket pages and calls wicketSecurityInterceptor on it.

Author:
black

Constructor Summary
SecuredComponentInstantiationListener()
           
 
Method Summary
 void onInstantiation(org.apache.wicket.Component component)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredComponentInstantiationListener

public SecuredComponentInstantiationListener()
Method Detail

onInstantiation

public void onInstantiation(org.apache.wicket.Component component)

Specified by:
onInstantiation in interface org.apache.wicket.application.IComponentInstantiationListener


Copyright © 2013. All Rights Reserved.