Package net.officefloor.web
Class HttpRouteSectionSource.Redirect
- java.lang.Object
-
- net.officefloor.web.HttpRouteSectionSource.Redirect
-
- Enclosing class:
- HttpRouteSectionSource
public static class HttpRouteSectionSource.Redirect extends java.lang.Object
Redirect.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInputName()
Obtains the name of theSectionInput
to handle the redirect.
-
-
-
Method Detail
-
getInputName
public java.lang.String getInputName()
Obtains the name of theSectionInput
to handle the redirect.- Returns:
- Name of the
SectionInput
to handle the redirect.
-
-