public class LocationService extends Object implements org.jboss.msc.service.Service<LocationService>, FilterLocation
Constructor and Description |
---|
LocationService(String locationPath) |
Modifier and Type | Method and Description |
---|---|
void |
addFilterRef(FilterRef filterRef) |
protected static io.undertow.server.HttpHandler |
configureHandlerChain(io.undertow.server.HttpHandler rootHandler,
List<FilterRef> filters) |
LocationService |
getValue() |
void |
removeFilterRef(FilterRef filterRef) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public LocationService(String locationPath)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<LocationService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<LocationService>
public LocationService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<LocationService>
IllegalStateException
IllegalArgumentException
protected static io.undertow.server.HttpHandler configureHandlerChain(io.undertow.server.HttpHandler rootHandler, List<FilterRef> filters)
public void addFilterRef(FilterRef filterRef)
addFilterRef
in interface FilterLocation
public void removeFilterRef(FilterRef filterRef)
removeFilterRef
in interface FilterLocation
Copyright © 2017 JBoss by Red Hat. All rights reserved.