Skip navigation links
A B C D E F G H I J K L O P R S T U V W 

A

ApiApplication - Class in jizcode.api
 
ApiApplicationListener - Class in jizcode.api
 
ApiApplicationListener() - Constructor for class jizcode.api.ApiApplicationListener
 
ApiContext - Class in jizcode.api
 
ApiContext(BaseUrlConf, BaseUrlConf, String, String, ContextLog, CacheToolOld, MQTool, StorageTool, IdGeneratorTool) - Constructor for class jizcode.api.ApiContext
 
ApiController - Class in jizcode.api
 
ApiController() - Constructor for class jizcode.api.ApiController
 
ApiError - Enum in jizcode.api
 
ApiMetadataCache - Class in jizcode.api
 
ApiMetadataCache() - Constructor for class jizcode.api.ApiMetadataCache
 
ApiModule - Class in jizcode.api
 
ApiModule(String, String, String) - Constructor for class jizcode.api.ApiModule
 
ApiService - Annotation Type in jizcode.api.annotation
 
ApiStartup - Class in jizcode.api
 
ApiStartup(Class...) - Constructor for class jizcode.api.ApiStartup
 
Authentication - Class in jizcode.api
 
Authentication() - Constructor for class jizcode.api.Authentication
 
AuthenticationConf - Class in jizcode.api
 
AuthenticationConf() - Constructor for class jizcode.api.AuthenticationConf
 
AuthenticationConf.Type - Enum in jizcode.api
 

B

build(String, String, String) - Static method in class jizcode.api.conf.CookieConf
 
build(String, String, String, Integer) - Static method in class jizcode.api.conf.CookieConf
 
buildWithAnonymous() - Static method in class jizcode.api.AuthenticationConf
allow anonymouse access
buildWithCookie(String, String) - Static method in class jizcode.api.AuthenticationConf
 
buildWithSingleApp(String, String) - Static method in class jizcode.api.AuthenticationConf
请求时传输appId,然后所有数据用appKey签名, appId匹配,数据签名无错误即是为认证有效, 签名字段为sign

C

config(ApplicationConf) - Method in class jizcode.api.ApiStartup
 
config(ProductsConf) - Method in class jizcode.api.ApiStartup
 
config(IdConf) - Method in class jizcode.api.ApiStartup
 
config(StorageConf) - Method in class jizcode.api.ApiStartup
 
config(LogConf) - Method in class jizcode.api.ApiStartup
配置日志
config(CookieConf) - Method in class jizcode.api.ApiStartup
配置cookie
ConstantTable - Class in jizcode.api.constant
 
ConstantTable() - Constructor for class jizcode.api.constant.ConstantTable
 
CookieConf - Class in jizcode.api.conf
 
CookieConf() - Constructor for class jizcode.api.conf.CookieConf
 
CookieTool - Class in jizcode.api
 
CookieTool(ServiceContext) - Constructor for class jizcode.api.CookieTool
 
createApplication(Class[]) - Method in class jizcode.api.ApiStartup
 
createContext(String) - Method in class jizcode.api.ApiModule
 
createWithConf(AuthenticationConf) - Static method in class jizcode.api.Authentication
 
createWithPng(String) - Static method in class jizcode.api.DownloadResult
 

D

doActionWithDefaultVersion(String, String, String, String, String, HttpSession, HttpServletRequest, HttpServletResponse) - Method in class jizcode.api.ApiController
 
doActionWithVersion(String, String, String, String, String, String, HttpSession, HttpServletRequest, HttpServletResponse) - Method in class jizcode.api.ApiController
 
Download - Annotation Type in jizcode.api.annotation
 
DownloadResult - Class in jizcode.api
下载文件时使用的返回结果
DownloadResult(int, String) - Constructor for class jizcode.api.DownloadResult
 
DownloadResult(String, String) - Constructor for class jizcode.api.DownloadResult
 
DownloadResult(String, BufferedImage) - Constructor for class jizcode.api.DownloadResult
 

E

execute(Class) - Method in class jizcode.api.ScanApiPipeline
 

F

fromCode(String) - Static method in enum jizcode.api.AuthenticationConf.Type
 

G

getAbsoluteUrl(String) - Method in class jizcode.api.ApiContext
获取绝对地址,相对于页面的地址
getAuthData(Class<T>) - Method in class jizcode.api.ApiContext
get authentication data, will user login, we can set data
getAuthentication() - Method in class jizcode.api.ApiContext
 
getBaseUrl() - Method in class jizcode.api.ApiContext
获取网站基地址
getClient(Class<T>) - Method in class jizcode.api.ApiContext
 
getClientAddress() - Method in class jizcode.api.ApiContext
获取客户的ip地址
getCode() - Method in enum jizcode.api.ApiError
 
getCode() - Method in enum jizcode.api.AuthenticationConf.Type
 
getData(Class<T>) - Method in class jizcode.api.Authentication
获取认证时存储的数据
getData(Class<T>) - Method in class jizcode.api.CookieTool
获取登陆用户数据
getExpires() - Method in class jizcode.api.conf.CookieConf
 
getExtension() - Method in class jizcode.api.HttpUploadFile
 
getFileName() - Method in class jizcode.api.HttpDownloadFile
 
getFileName() - Method in class jizcode.api.HttpUploadFile
 
getFilePath() - Method in class jizcode.api.HttpDownloadFile
 
getHttpMethod(HttpServletRequest) - Method in class jizcode.api.ApiController
 
getInputStream() - Method in class jizcode.api.HttpUploadFile
 
getInstance() - Static method in class jizcode.api.ApiMetadataCache
 
getInstance() - Static method in class jizcode.api.InstanceCache
 
getKey() - Method in class jizcode.api.conf.CookieConf
 
getMachine() - Method in class jizcode.api.conf.CookieConf
 
getMessage() - Method in enum jizcode.api.ApiError
 
getModule(String, String, String) - Method in class jizcode.api.ApiMetadataCache
 
getModule(String, String, String) - Method in class jizcode.api.InstanceCache
 
getName() - Method in class jizcode.api.conf.CookieConf
 
getOrder() - Method in class jizcode.api.ApiApplicationListener
 
getOrNewProduct(String) - Method in class jizcode.api.ApiMetadataCache
 
getProduct(String) - Method in class jizcode.api.ApiMetadataCache
 
getRequest() - Method in class jizcode.api.Authentication
 
getResponse() - Method in class jizcode.api.Authentication
 
getService(String, String, String, String) - Method in class jizcode.api.ApiMetadataCache
 
getService(String, int) - Method in class jizcode.api.ApiModule
 
getSessionId() - Method in class jizcode.api.ApiContext
 
getTool(ServiceContext, Class<T>) - Method in class jizcode.api.ApiStartup
 
getType() - Method in class jizcode.api.AuthenticationConf
 
getUser() - Method in class jizcode.api.Authentication
 
getUser() - Method in class jizcode.api.CookieTool
获取登录用户

H

HttpActionInvoker - Class in jizcode.api
 
HttpActionInvoker() - Constructor for class jizcode.api.HttpActionInvoker
 
HttpDownloadFile - Class in jizcode.api
 
HttpDownloadFile(String, String) - Constructor for class jizcode.api.HttpDownloadFile
 
HttpDownloadFile(String, String, String) - Constructor for class jizcode.api.HttpDownloadFile
 
httpServletRequest - Variable in class jizcode.api.Authentication
 
httpServletResponse - Variable in class jizcode.api.Authentication
 
HttpUploadFile - Class in jizcode.api
 
HttpUploadFile(String, InputStream) - Constructor for class jizcode.api.HttpUploadFile
 
HttpUtils - Class in jizcode.api.util
 
HttpUtils() - Constructor for class jizcode.api.util.HttpUtils
 

I

init() - Method in class jizcode.api.ApiModule
 
InstanceCache - Class in jizcode.api
 
InstanceCache() - Constructor for class jizcode.api.InstanceCache
 
invalidParameter(String) - Static method in class jizcode.api.DownloadResult
 
invokeDownload(Object, ActionDefine, ServiceContext, HttpServletRequest, HttpServletResponse) - Static method in class jizcode.api.HttpActionInvoker
 
invokeGet(Object, ActionDefine, ServiceContext, HttpServletRequest, HttpServletResponse) - Static method in class jizcode.api.HttpActionInvoker
 
invokePost(Object, ActionDefine, ServiceContext, HttpServletRequest, HttpServletResponse) - Static method in class jizcode.api.HttpActionInvoker
 
invokeUpload(Object, ActionDefine, ServiceContext, HttpServletRequest, HttpServletResponse) - Static method in class jizcode.api.HttpActionInvoker
 
isAuthenticated() - Method in class jizcode.api.Authentication
判断是否认证 发生在请求到达service之前

J

jackson2ObjectMapperBuilderCustomizer() - Method in class jizcode.api.ApiStartup
 
jizcode.api - package jizcode.api
 
jizcode.api.annotation - package jizcode.api.annotation
 
jizcode.api.conf - package jizcode.api.conf
 
jizcode.api.constant - package jizcode.api.constant
 
jizcode.api.util - package jizcode.api.util
 

K

KeyAppId - Static variable in class jizcode.api.AuthenticationConf
 
KeyAppKey - Static variable in class jizcode.api.AuthenticationConf
 
KeyCookieExpires - Static variable in class jizcode.api.conf.CookieConf
 
KeyCookieKey - Static variable in class jizcode.api.AuthenticationConf
 
KeyCookieKey - Static variable in class jizcode.api.conf.CookieConf
 
KeyCookieMachine - Static variable in class jizcode.api.conf.CookieConf
 
KeyCookieName - Static variable in class jizcode.api.AuthenticationConf
 
KeyCookieName - Static variable in class jizcode.api.conf.CookieConf
 
KeyType - Static variable in class jizcode.api.AuthenticationConf
 

L

listModules(String, String) - Method in class jizcode.api.ApiMetadataCache
获取模块列表

O

onApplicationEvent(ApplicationStartedEvent) - Method in class jizcode.api.ApiApplicationListener
 
onInit(Properties) - Method in class jizcode.api.ApiStartup
 
onProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class jizcode.api.ApiStartup
 
onStarted() - Method in class jizcode.api.ApiStartup
 

P

productDefines - Variable in class jizcode.api.ApiMetadataCache
 
pushTo(HttpServletResponse) - Method in class jizcode.api.HttpDownloadFile
 

R

resolveResponse(Object) - Method in class jizcode.api.Authentication
 

S

saveAs(String) - Method in class jizcode.api.HttpUploadFile
 
ScanApiPipeline - Class in jizcode.api
 
ScanApiPipeline() - Constructor for class jizcode.api.ScanApiPipeline
 
SERVICE_TYPE_JOB - Static variable in class jizcode.api.constant.ConstantTable
 
SERVICE_TYPE_WEB - Static variable in class jizcode.api.constant.ConstantTable
 
setAuthentication(Authentication) - Method in class jizcode.api.ApiContext
 
setUser(AuthUser, Object) - Method in class jizcode.api.CookieTool
 
signIn(AuthUser, Object, int) - Method in class jizcode.api.Authentication
用户登录
signOut() - Method in class jizcode.api.Authentication
用户登出
SUFFIX_JOB - Static variable in class jizcode.api.constant.ConstantTable
 
SUFFIX_SERVICE - Static variable in class jizcode.api.constant.ConstantTable
 

T

tryGetUser() - Method in class jizcode.api.CookieTool
 

U

Upload - Annotation Type in jizcode.api.annotation
 
UploadConf - Class in jizcode.api.conf
 
UploadConf() - Constructor for class jizcode.api.conf.UploadConf
 

V

validateRequest(Object) - Method in class jizcode.api.Authentication
验证请求过来的数据,非HttpRequest,是通过http请求来的数据构造出来的对象。 这里主要用于验证数据的签名是否正确
valueOf(String) - Static method in enum jizcode.api.ApiError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jizcode.api.AuthenticationConf.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum jizcode.api.ApiError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jizcode.api.AuthenticationConf.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebModule - Annotation Type in jizcode.api.annotation
 
A B C D E F G H I J K L O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.