Package org.eclipse.jetty.server
Class AllowedResourceAliasChecker.AllowedResourceAliasCheckListener
- java.lang.Object
-
- org.eclipse.jetty.server.AllowedResourceAliasChecker.AllowedResourceAliasCheckListener
-
- All Implemented Interfaces:
java.util.EventListener
,LifeCycle.Listener
- Enclosing class:
- AllowedResourceAliasChecker
private class AllowedResourceAliasChecker.AllowedResourceAliasCheckListener extends java.lang.Object implements LifeCycle.Listener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AllowedResourceAliasCheckListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
lifeCycleStarted(LifeCycle event)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle.Listener
lifeCycleFailure, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping
-
-
-
-
Method Detail
-
lifeCycleStarted
public void lifeCycleStarted(LifeCycle event)
- Specified by:
lifeCycleStarted
in interfaceLifeCycle.Listener
-
-