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.Object
Obtains the interception details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInputName()
Obtains theSectionInput
name to link the routing.java.lang.String
getOutputName()
Obtains theSectionOutput
name to link the interception.
-
-
-
Method Detail
-
getOutputName
public java.lang.String getOutputName()
Obtains theSectionOutput
name to link the interception.- Returns:
SectionOutput
name to link the interception.
-
getInputName
public java.lang.String getInputName()
Obtains theSectionInput
name to link the routing.- Returns:
SectionInput
name to link the routing.
-
-