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 SummaryAll 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- 
getOutputNamepublic java.lang.String getOutputName() Obtains theSectionOutputname for this route.- Returns:
- SectionOutputname for this route.
 
 - 
getHttpInputPathpublic HttpInputPath getHttpInputPath() Obtains theHttpInputPathfor this route.- Returns:
- HttpInputPathfor this route.
 
 
- 
 
-