jar

com.quartercode : femtoweb

Maven & Gradle

Jul 12, 2015
0 stars

FemtoWeb · FemtoWeb is an extremely minimalistic non-intrusive action based Java web framework.

Table Of Contents

Latest Version

Download com.quartercode : femtoweb JAR file - Latest Versions:

All Versions

Download com.quartercode : femtoweb JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 femtoweb-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.quartercode.femtoweb.util

├─ com.quartercode.femtoweb.util.RequestUtils.class - [JAR]

com.quartercode.femtoweb.api

├─ com.quartercode.femtoweb.api.Action.class - [JAR]

├─ com.quartercode.femtoweb.api.ActionNotFoundException.class - [JAR]

├─ com.quartercode.femtoweb.api.ActionSupport.class - [JAR]

├─ com.quartercode.femtoweb.api.Context.class - [JAR]

├─ com.quartercode.femtoweb.api.IgnoreAction.class - [JAR]

com.quartercode.femtoweb.api.resolutions

├─ com.quartercode.femtoweb.api.resolutions.Redirect.class - [JAR]

├─ com.quartercode.femtoweb.api.resolutions.View.class - [JAR]

com.quartercode.femtoweb.impl

├─ com.quartercode.femtoweb.impl.ActionUriResolver.class - [JAR]

├─ com.quartercode.femtoweb.impl.DefaultContext.class - [JAR]

├─ com.quartercode.femtoweb.impl.FemtoWebFilter.class - [JAR]

Advertisement