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 voidTemplate. 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 voidFlywayLogic. 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 voidMigratedFilter. 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.ModelMigratedController. 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 voidServicer. 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.StringHttpQueryParameter.HttpQueryParameterNameFactory. getQualifierName(HttpQueryParameter annotation)Constructors in net.officefloor.web with parameters of type HttpQueryParameter Constructor Description HttpQueryParameterAnnotation(HttpQueryParameter annotation)Instantiate.
-