public interface Patchca
| 限定符和类型 | 方法和说明 |
|---|---|
Patchca |
color(ColorFactory colorFactory) |
File |
create(String imgPath,
String imgType) |
Patchca |
filter(FilterFactory filterFactory) |
Patchca |
length(int lenth) |
Patchca |
length(int min,
int max) |
void |
render(com.blade.mvc.http.Request request,
com.blade.mvc.http.Response response) |
void |
render(com.blade.mvc.http.Request request,
com.blade.mvc.http.Response response,
String patchca) |
Patchca |
size(int width,
int height) |
String |
token(com.blade.mvc.http.Response response) |
String |
token(String imgType,
com.blade.mvc.http.Response response) |
boolean |
validation(String patchca,
com.blade.mvc.http.Response response) |
boolean |
validation(String patchca,
String imgType,
com.blade.mvc.http.Response response) |
Patchca |
word(WordFactory wordFactory) |
void render(com.blade.mvc.http.Request request,
com.blade.mvc.http.Response response)
throws PatchcaException
PatchcaExceptionvoid render(com.blade.mvc.http.Request request,
com.blade.mvc.http.Response response,
String patchca)
throws PatchcaException
PatchcaExceptionboolean validation(String patchca, com.blade.mvc.http.Response response)
String token(String imgType, com.blade.mvc.http.Response response) throws PatchcaException
PatchcaExceptionString token(com.blade.mvc.http.Response response) throws PatchcaException
PatchcaExceptionFile create(String imgPath, String imgType) throws PatchcaException
PatchcaExceptionPatchca length(int lenth)
Patchca length(int min, int max)
Patchca size(int width, int height)
Patchca color(ColorFactory colorFactory)
Patchca word(WordFactory wordFactory)
Patchca filter(FilterFactory filterFactory)
Copyright © 2017. All rights reserved.