Uses of Class
net.officefloor.plugin.section.clazz.Next
-
-
Uses of Next in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with annotations of type Next Modifier and Type Method Description java.lang.String
AbstractPolyglotProcedureTest.ParameterPass. service()
void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
-
Uses of Next in net.officefloor.server.http
Methods in net.officefloor.server.http with annotations of type Next Modifier and Type Method Description void
AbstractHttpServerImplementationTestCase.CancelConnectionServicer. loopOne(AbstractHttpServerImplementationTestCase.TeamMarker marker)
void
AbstractHttpServerImplementationTestCase.CancelConnectionServicer. loopTwo(AbstractHttpServerImplementationTestCase.TeamTwoMarker marker)
void
AbstractHttpServerImplementationTestCase.CancelConnectionServicer. service(AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource mos)
java.lang.Thread
AbstractHttpServerImplementationTestCase.PressureOverloadServicer. service()
-
Uses of Next in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with annotations of type Next Modifier and Type Method Description void
HelloLogic. logout(HttpAuthentication<?> authentication)
-
Uses of Next in net.officefloor.tutorial.corshttpserver
Methods in net.officefloor.tutorial.corshttpserver with annotations of type Next Modifier and Type Method Description static void
Cors. cors(ServerHttpConnection connection)
-
Uses of Next in net.officefloor.tutorial.navigatehttpserver
Methods in net.officefloor.tutorial.navigatehttpserver with annotations of type Next Modifier and Type Method Description void
TemplateOne. navigate()
-
Uses of Next in net.officefloor.tutorial.teamhttpserver
Methods in net.officefloor.tutorial.teamhttpserver with annotations of type Next Modifier and Type Method Description LetterEncryption
Template. encrypt(EncryptLetter request, Template.PageFlows flows)
LetterEncryption
Template. retrieveFromDatabase(char letter, java.sql.Connection connection)
-
Uses of Next in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with annotations of type Next Modifier and Type Method Description static void
OutLogic. setValues(Out<Person> person, Out<java.lang.String> description)
static void
VarLogic. setValues(Var<Person> person, Var<java.lang.String> description)
-