Uses of Class
net.officefloor.web.HttpQueryParameter
-
-
Uses of HttpQueryParameter in net.officefloor.tutorial.databasehttpserver
Method parameters in net.officefloor.tutorial.databasehttpserver with annotations of type HttpQueryParameter Modifier and Type Method Description void
Template. deleteRow(java.lang.String id, java.sql.Connection connection)
-
Uses of HttpQueryParameter in net.officefloor.tutorial.flywayhttpserver
Method parameters in net.officefloor.tutorial.flywayhttpserver with annotations of type HttpQueryParameter Modifier and Type Method Description void
FlywayLogic. getMigration(java.lang.String migrationId, javax.persistence.EntityManager entityManager, ObjectResponse<Migration> responder)
-
Uses of HttpQueryParameter in net.officefloor.tutorial.servlethttpserver.migrated
Method parameters in net.officefloor.tutorial.servlethttpserver.migrated with annotations of type HttpQueryParameter Modifier and Type Method Description void
MigratedFilter. doFilter(ServerHttpConnection connection, java.lang.String isFilter, MigratedFilter.ChainNext chain, InjectedDependency dependency)
-
Uses of HttpQueryParameter in net.officefloor.tutorial.springwebmvchttpserver.migrated
Method parameters in net.officefloor.tutorial.springwebmvchttpserver.migrated with annotations of type HttpQueryParameter Modifier and Type Method Description MigratedController.Model
MigratedController. getTemplate(java.lang.String name)
-
Uses of HttpQueryParameter in net.officefloor.tutorial.swaggerhttpserver
Method parameters in net.officefloor.tutorial.swaggerhttpserver with annotations of type HttpQueryParameter Modifier and Type Method Description void
Servicer. get(java.lang.String parameter, ObjectResponse<Response> response)
-
Uses of HttpQueryParameter in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpQueryParameter Modifier and Type Method Description java.lang.String
HttpQueryParameter.HttpQueryParameterNameFactory. getQualifierName(HttpQueryParameter annotation)
Constructors in net.officefloor.web with parameters of type HttpQueryParameter Constructor Description HttpQueryParameterAnnotation(HttpQueryParameter annotation)
Instantiate.
-