Package net.officefloor.web
Class HttpRouteSectionSource.Interception
- java.lang.Object
-
- net.officefloor.web.HttpRouteSectionSource.Interception
-
- Enclosing class:
- HttpRouteSectionSource
public static class HttpRouteSectionSource.Interception extends java.lang.ObjectObtains the interception details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInputName()Obtains theSectionInputname to link the routing.java.lang.StringgetOutputName()Obtains theSectionOutputname to link the interception.
-
-
-
Method Detail
-
getOutputName
public java.lang.String getOutputName()
Obtains theSectionOutputname to link the interception.- Returns:
SectionOutputname to link the interception.
-
getInputName
public java.lang.String getInputName()
Obtains theSectionInputname to link the routing.- Returns:
SectionInputname to link the routing.
-
-