Package net.officefloor.web.build
Interface HttpInputExplorerContext
- All Superinterfaces:
ExecutionExplorerContext
Context for the
HttpInputExplorer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionApplication path (includes context path).Obtains the possible context path.Obtains the documentation describing theHttpInput.Obtains theHttpObjectParserFactoryinstances.Obtains theHttpObjectResponderFactoryinstances.Obtains theHttpInputpath minus the context path.booleanisSecure()Indicates if secure.Methods inherited from interface net.officefloor.compile.spi.office.ExecutionExplorerContext
getInitialManagedFunction, getManagedFunction
-
Method Details
-
isSecure
boolean isSecure()Indicates if secure.- Returns:
trueif secure.
-
getHttpMethod
HttpMethod getHttpMethod()- Returns:
HttpMethod.
-
getContextPath
String getContextPath()Obtains the possible context path.- Returns:
- Context path. May be
null.
-
getRoutePath
String getRoutePath()Obtains theHttpInputpath minus the context path.- Returns:
HttpInputpath minus the context path.
-
getApplicationPath
String getApplicationPath()Application path (includes context path).- Returns:
- Application path.
-
getHttpObjectParserFactories
HttpObjectParserFactory[] getHttpObjectParserFactories()Obtains theHttpObjectParserFactoryinstances.- Returns:
HttpObjectParserFactoryinstances.
-
getHttpObjectResponderFactories
HttpObjectResponderFactory[] getHttpObjectResponderFactories()Obtains theHttpObjectResponderFactoryinstances.- Returns:
HttpObjectResponderFactoryinstances.
-
getDocumentation
String getDocumentation()Obtains the documentation describing theHttpInput.- Returns:
- Documentation describing the
HttpInput.
-