jar

org.apache.portals.jetspeed-2 : jetspeed-capability

Maven & Gradle

May 05, 2016
3 usages

Jetspeed-2 Capability Components · Capability Components defines an api for "guessing" what client is accessing a web application by looking for clues in the request headers then return a list of that client's capabilites i.e. HTML 4.0, WML, Javascript 1.2, etc.

Table Of Contents

Latest Version

Download org.apache.portals.jetspeed-2 : jetspeed-capability JAR file - Latest Versions:

All Versions

Download org.apache.portals.jetspeed-2 : jetspeed-capability JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0

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 jetspeed-capability-2.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.jetspeed.tools.migration

├─ org.apache.jetspeed.tools.migration.JetspeedCapabilitiesMigration.class - [JAR]

org.apache.jetspeed.serializer

├─ org.apache.jetspeed.serializer.JetspeedCapabilitiesSerializer.class - [JAR]

org.apache.jetspeed.capabilities.impl

├─ org.apache.jetspeed.capabilities.impl.CapabilityImpl.class - [JAR]

├─ org.apache.jetspeed.capabilities.impl.CapabilityMapImpl.class - [JAR]

├─ org.apache.jetspeed.capabilities.impl.ClientImpl.class - [JAR]

├─ org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.class - [JAR]

├─ org.apache.jetspeed.capabilities.impl.MediaTypeImpl.class - [JAR]

├─ org.apache.jetspeed.capabilities.impl.MimeTypeImpl.class - [JAR]

Advertisement