jar

org.apache.cocoon.rest : cocoon-rest

Maven & Gradle

Jun 20, 2011
6 usages

Apache Cocoon 3: REST support · RESTful web services with Cocoon 3.

Table Of Contents

Latest Version

Download org.apache.cocoon.rest : cocoon-rest JAR file - Latest Versions:

All Versions

Download org.apache.cocoon.rest : cocoon-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 cocoon-rest-3.0.0-alpha-3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.cocoon.rest.jaxrs.response

├─ org.apache.cocoon.rest.jaxrs.response.URLResponseBuilder.class - [JAR]

org.apache.cocoon.rest.controller.response

├─ org.apache.cocoon.rest.controller.response.GenericContentTypeResponse.class - [JAR]

├─ org.apache.cocoon.rest.controller.response.RedirectResponse.class - [JAR]

├─ org.apache.cocoon.rest.controller.response.RestResponse.class - [JAR]

├─ org.apache.cocoon.rest.controller.response.RestResponseMetaData.class - [JAR]

├─ org.apache.cocoon.rest.controller.response.Status.class - [JAR]

├─ org.apache.cocoon.rest.controller.response.URLResponse.class - [JAR]

org.apache.cocoon.rest.controller

├─ org.apache.cocoon.rest.controller.ControllerBeanNameGenerator.class - [JAR]

├─ org.apache.cocoon.rest.controller.ControllerBeanScopeResolver.class - [JAR]

├─ org.apache.cocoon.rest.controller.MethodDelegator.class - [JAR]

├─ org.apache.cocoon.rest.controller.SpringRESTController.class - [JAR]

org.apache.cocoon.rest.controller.annotation

├─ org.apache.cocoon.rest.controller.annotation.BaseURL.class - [JAR]

├─ org.apache.cocoon.rest.controller.annotation.Inject.class - [JAR]

├─ org.apache.cocoon.rest.controller.annotation.RESTController.class - [JAR]

├─ org.apache.cocoon.rest.controller.annotation.RequestHeader.class - [JAR]

├─ org.apache.cocoon.rest.controller.annotation.RequestParameter.class - [JAR]

├─ org.apache.cocoon.rest.controller.annotation.SitemapParameter.class - [JAR]

org.apache.cocoon.rest.controller.util

├─ org.apache.cocoon.rest.controller.util.AnnotationCollector.class - [JAR]

org.apache.cocoon.rest.jaxrs.container

├─ org.apache.cocoon.rest.jaxrs.container.CocoonJAXRSServlet.class - [JAR]

org.apache.cocoon.rest.controller.method

├─ org.apache.cocoon.rest.controller.method.ConditionalGet.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Delete.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Get.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Head.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Options.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Post.class - [JAR]

├─ org.apache.cocoon.rest.controller.method.Put.class - [JAR]