Uses of Interface
org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener

Packages that use IUnauthorizedComponentInstantiationListener
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IUnauthorizedComponentInstantiationListener in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IUnauthorizedComponentInstantiationListener
 IUnauthorizedComponentInstantiationListener ISecuritySettings.getUnauthorizedComponentInstantiationListener()
           
 

Methods in org.apache.wicket.settings with parameters of type IUnauthorizedComponentInstantiationListener
 void ISecuritySettings.setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
           
 

Uses of IUnauthorizedComponentInstantiationListener in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IUnauthorizedComponentInstantiationListener
 IUnauthorizedComponentInstantiationListener SecuritySettings.getUnauthorizedComponentInstantiationListener()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IUnauthorizedComponentInstantiationListener
 void SecuritySettings.setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
           
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.