Package org.eclipse.jetty.ant.types
Class ContextHandlers
- java.lang.Object
-
- org.eclipse.jetty.ant.types.ContextHandlers
-
public class ContextHandlers extends java.lang.Object
Specifies<contextHandlers/>
element in web app configuration.
-
-
Constructor Summary
Constructors Constructor Description ContextHandlers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ContextHandler handler)
java.util.List<ContextHandler>
getContextHandlers()
-
-
-
Method Detail
-
add
public void add(ContextHandler handler)
-
getContextHandlers
public java.util.List<ContextHandler> getContextHandlers()
-
-