|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.http.jetty.JettyCustomizer
public abstract class JettyCustomizer
Jetty Customizer allows one to customize Jetty contexts and connectors.
This abstract class must be extended by clients which wish to customize the created Jetty contexts or connectors further.
Constructor Summary | |
---|---|
JettyCustomizer()
|
Method Summary | |
---|---|
Object |
customizeContext(Object context,
Dictionary settings)
Called by the framework when the Jetty context has been created and initialized. |
Object |
customizeHttpConnector(Object connector,
Dictionary settings)
Called by the framework when the Jetty Http Connector has been created and initialized. |
Object |
customizeHttpsConnector(Object connector,
Dictionary settings)
Called by the framework when the Jetty Https Connector has been created and initialized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JettyCustomizer()
Method Detail |
---|
public Object customizeContext(Object context, Dictionary settings)
Implementors may perform additional configuration of the Jetty context. However, they must be aware that changing certain central functionalities of the context such as class loading are already configured by the framework. Changing those may cause breakage and thus must be avoided.
context
- the Jetty context; in case of Jetty 6 the context is of
type org.mortbay.jetty.servlet.Context
settings
- the settings as passed to JettyConfigurator.startServer(String, Dictionary)
org.mortbay.jetty.servlet.Context
public Object customizeHttpConnector(Object connector, Dictionary settings)
Implementors may perform additional configuration of the Jetty Connector.
connector
- the Jetty connector; in case of Jetty 6 the context is of
type org.mortbay.jetty.Connector
settings
- the settings as passed to JettyConfigurator.startServer(String, Dictionary)
org.mortbay.jetty.Connector
public Object customizeHttpsConnector(Object connector, Dictionary settings)
Implementors may perform additional configuration of the Jetty Connector.
connector
- the Jetty connector; in case of Jetty 6 the connector is of
type org.mortbay.jetty.Connector
settings
- the settings as passed to JettyConfigurator.startServer(String, Dictionary)
org.mortbay.jetty.Connector
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.