Interface DispatcherHelper
-
public interface DispatcherHelperInterface simplifies by path or name mapping.- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmapName(org.glassfish.grizzly.http.util.DataChunk name, MappingData mappingData)voidmapPath(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk path, MappingData mappingData)
-
-
-
Method Detail
-
mapPath
void mapPath(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk path, MappingData mappingData) throws Exception- Throws:
Exception
-
mapName
void mapName(org.glassfish.grizzly.http.util.DataChunk name, MappingData mappingData) throws Exception- Throws:
Exception
-
-