Package net.officefloor.web
Class HttpRouteSectionSource.RouteInput
- java.lang.Object
-
- net.officefloor.web.HttpRouteSectionSource.RouteInput
-
- Enclosing class:
- HttpRouteSectionSource
public static class HttpRouteSectionSource.RouteInput extends java.lang.Object
Route input information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpInputPath
getHttpInputPath()
Obtains theHttpInputPath
for this route.java.lang.String
getOutputName()
Obtains theSectionOutput
name for this route.
-
-
-
Method Detail
-
getOutputName
public java.lang.String getOutputName()
Obtains theSectionOutput
name for this route.- Returns:
SectionOutput
name for this route.
-
getHttpInputPath
public HttpInputPath getHttpInputPath()
Obtains theHttpInputPath
for this route.- Returns:
HttpInputPath
for this route.
-
-