Package cool.scx.web.vo
Class Image
java.lang.Object
cool.scx.web.vo.Image
- All Implemented Interfaces:
ScxConsumer<io.vertx.ext.web.RoutingContext,,Exception> BaseVo
Image class.
- Version:
- 1.0.10
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept(io.vertx.ext.web.RoutingContext context) abstract voidimageHandler(io.vertx.ext.web.RoutingContext context) static Imagestatic Image
-
Constructor Details
-
Image
用来校验 file 是否可用- Parameters:
_file- aFileobject.
-
-
Method Details
-
of
-
of
-
accept
sendToClient
- Specified by:
acceptin interfaceScxConsumer<io.vertx.ext.web.RoutingContext,Exception> - Throws:
BadRequestException
-
imageHandler
public abstract void imageHandler(io.vertx.ext.web.RoutingContext context)
-