Class Image
java.lang.Object
cool.scx.web.vo.Image
- All Implemented Interfaces:
cool.scx.function.Function1Void<cool.scx.http.routing.RoutingContext, Exception>, BaseVo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidapply(cool.scx.http.routing.RoutingContext context) abstract voidimageHandler(cool.scx.http.routing.RoutingContext context) static Imagestatic Image
-
Constructor Details
-
Image
-
-
Method Details
-
of
-
of
-
apply
public final void apply(cool.scx.http.routing.RoutingContext context) throws cool.scx.http.exception.BadRequestException - Specified by:
applyin interfacecool.scx.function.Function1Void<cool.scx.http.routing.RoutingContext, Exception>- Throws:
cool.scx.http.exception.BadRequestException
-
imageHandler
public abstract void imageHandler(cool.scx.http.routing.RoutingContext context)
-