jar

com.cuubez : cuubez-core

Maven & Gradle

Aug 01, 2014

Cuubez framework core · Cuubez Rest framework is a project that enables development and consumption of REST style web services.

Table Of Contents

Latest Version

Download com.cuubez : cuubez-core JAR file - Latest Versions:

All Versions

Download com.cuubez : cuubez-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cuubez-core-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cuubez.core.handler

├─ com.cuubez.core.handler.HeaderParameterPopulateHandler.class - [JAR]

├─ com.cuubez.core.handler.InterceptorProcessHandler.class - [JAR]

├─ com.cuubez.core.handler.InvocationParametersHandler.class - [JAR]

├─ com.cuubez.core.handler.QueryParameterPopulateHandler.class - [JAR]

├─ com.cuubez.core.handler.RequestContextInitiateHandler.class - [JAR]

├─ com.cuubez.core.handler.RequestHandler.class - [JAR]

├─ com.cuubez.core.handler.RequestHandlerChain.class - [JAR]

├─ com.cuubez.core.handler.RequestTransformHandler.class - [JAR]

├─ com.cuubez.core.handler.ResourceInvokeHandler.class - [JAR]

├─ com.cuubez.core.handler.ResourceSearchHandler.class - [JAR]

├─ com.cuubez.core.handler.ResponseHandler.class - [JAR]

├─ com.cuubez.core.handler.ResponseHandlerChain.class - [JAR]

├─ com.cuubez.core.handler.ResponseNormalizerHandler.class - [JAR]

├─ com.cuubez.core.handler.ResponseTransformHandler.class - [JAR]

├─ com.cuubez.core.handler.URINormalizeHandler.class - [JAR]

├─ com.cuubez.core.handler.URIValidateHandler.class - [JAR]

com.cuubez.core.servlet

├─ com.cuubez.core.servlet.BootstrapContextListener.class - [JAR]

├─ com.cuubez.core.servlet.HttpServletDispatcher.class - [JAR]

com.cuubez.core.resource.metaData

├─ com.cuubez.core.resource.metaData.ClassMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.HeaderVariableMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.MethodMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.PathMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.PathVariableMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.QueryVariableMetaData.class - [JAR]

├─ com.cuubez.core.resource.metaData.SelectedResourceMetaData.class - [JAR]

com.cuubez.core.scanner.file

├─ com.cuubez.core.scanner.file.ClassFileReader.class - [JAR]

├─ com.cuubez.core.scanner.file.ClassScanner.class - [JAR]

├─ com.cuubez.core.scanner.file.FileFilter.class - [JAR]

├─ com.cuubez.core.scanner.file.FileReader.class - [JAR]

├─ com.cuubez.core.scanner.file.JarFileReader.class - [JAR]

com.cuubez.core.provider

├─ com.cuubez.core.provider.BuiltResponse.class - [JAR]

├─ com.cuubez.core.provider.ProviderFactory.class - [JAR]

├─ com.cuubez.core.provider.ResponseBuilderImpl.class - [JAR]

com.cuubez.core.transform.xml

├─ com.cuubez.core.transform.xml.DefaultXMLTransformer.class - [JAR]

com.cuubez.core.util

├─ com.cuubez.core.util.AnnotationUtil.class - [JAR]

├─ com.cuubez.core.util.CaseInsensitiveMap.class - [JAR]

├─ com.cuubez.core.util.ConverterUtil.class - [JAR]

├─ com.cuubez.core.util.HeaderHelper.class - [JAR]

├─ com.cuubez.core.util.HttpHeaderNames.class - [JAR]

├─ com.cuubez.core.util.ResponseCodeTransformUtil.class - [JAR]

├─ com.cuubez.core.util.XMLTransformerUtil.class - [JAR]

com.cuubez.core.transform

├─ com.cuubez.core.transform.Transformer.class - [JAR]

com.cuubez.core.template

├─ com.cuubez.core.template.JaxRsUriTemplate.class - [JAR]

├─ com.cuubez.core.template.JaxRsUriTemplateProcessor.class - [JAR]

├─ com.cuubez.core.template.UriTemplate.class - [JAR]

├─ com.cuubez.core.template.UriTemplateBuilder.class - [JAR]

├─ com.cuubez.core.template.UriTemplateProcessor.class - [JAR]

com.cuubez.core.transform.json

├─ com.cuubez.core.transform.json.DefaultJSONTransformer.class - [JAR]

com.cuubez.core.resource

├─ com.cuubez.core.resource.InterceptorProvider.class - [JAR]

├─ com.cuubez.core.resource.ResourceGenerator.class - [JAR]

├─ com.cuubez.core.resource.ResourceMetaDataScanner.class - [JAR]

├─ com.cuubez.core.resource.ResourceRepository.class - [JAR]

├─ com.cuubez.core.resource.RootResource.class - [JAR]

├─ com.cuubez.core.resource.SubResource.class - [JAR]

com.cuubez.core.transform.text

├─ com.cuubez.core.transform.text.DefaultTextTransformer.class - [JAR]

com.cuubez.core.exception

├─ com.cuubez.core.exception.CuubezException.class - [JAR]

├─ com.cuubez.core.exception.CuubezExceptionConstance.class - [JAR]

com.cuubez.core.annotation.security

├─ com.cuubez.core.annotation.security.DenyAll.class - [JAR]

├─ com.cuubez.core.annotation.security.PermitAll.class - [JAR]

├─ com.cuubez.core.annotation.security.RolesAllowed.class - [JAR]

com.cuubez.core.context

├─ com.cuubez.core.context.ApplicationConfigurationContext.class - [JAR]

├─ com.cuubez.core.context.Context.class - [JAR]

├─ com.cuubez.core.context.ExceptionContext.class - [JAR]

├─ com.cuubez.core.context.InterceptorRequestContext.class - [JAR]

├─ com.cuubez.core.context.InterceptorResponseContext.class - [JAR]

├─ com.cuubez.core.context.MessageContext.class - [JAR]

├─ com.cuubez.core.context.RequestConfigurationContext.class - [JAR]

├─ com.cuubez.core.context.RequestContext.class - [JAR]

├─ com.cuubez.core.context.ResponseContext.class - [JAR]

├─ com.cuubez.core.context.ServiceContext.class - [JAR]

├─ com.cuubez.core.context.URLContext.class - [JAR]

com.cuubez.core.io

├─ com.cuubez.core.io.Compressor.class - [JAR]

├─ com.cuubez.core.io.Connection.class - [JAR]

├─ com.cuubez.core.io.DefaultCompressor.class - [JAR]

├─ com.cuubez.core.io.GzipCompressor.class - [JAR]

├─ com.cuubez.core.io.HttpConnection.class - [JAR]

com.cuubez.core.Interceptor

├─ com.cuubez.core.Interceptor.RequestInterceptor.class - [JAR]

com.cuubez.core.initiator

├─ com.cuubez.core.initiator.ServiceProcessInitiator.class - [JAR]

├─ com.cuubez.core.initiator.ServiceRepositoryInitiator.class - [JAR]

├─ com.cuubez.core.initiator.ServletContainer.class - [JAR]

Advertisement