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.ObjectRoute input information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpInputPathgetHttpInputPath()Obtains theHttpInputPathfor this route.java.lang.StringgetOutputName()Obtains theSectionOutputname for this route.
-
-
-
Method Detail
-
getOutputName
public java.lang.String getOutputName()
Obtains theSectionOutputname for this route.- Returns:
SectionOutputname for this route.
-
getHttpInputPath
public HttpInputPath getHttpInputPath()
Obtains theHttpInputPathfor this route.- Returns:
HttpInputPathfor this route.
-
-