jar

com.kastkode : springsandwich

Maven & Gradle

Apr 26, 2017
55 stars

Simplified, Annotation-based Controller Filtering for Spring Web. Can serve an alternative to Spring Security among other uses.

Table Of Contents

Latest Version

Download com.kastkode : springsandwich JAR file - Latest Versions:

All Versions

Download com.kastkode : springsandwich JAR file - All Versions:

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

com.kastkode.springsandwich.filter.coldcuts

├─ com.kastkode.springsandwich.filter.coldcuts.AfterExample.class - [JAR]

├─ com.kastkode.springsandwich.filter.coldcuts.BeforeExample.class - [JAR]

com.kastkode.springsandwich.filter.api

├─ com.kastkode.springsandwich.filter.api.AfterHandler.class - [JAR]

├─ com.kastkode.springsandwich.filter.api.BeforeHandler.class - [JAR]

├─ com.kastkode.springsandwich.filter.api.Flow.class - [JAR]

├─ com.kastkode.springsandwich.filter.api.Handler.class - [JAR]

com.kastkode.springsandwich.filter.conf

├─ com.kastkode.springsandwich.filter.conf.ServletSpringConfig.class - [JAR]

com.kastkode.springsandwich.filter.internal

├─ com.kastkode.springsandwich.filter.internal.InterceptDelegator.class - [JAR]

com.kastkode.springsandwich.filter.annotation

├─ com.kastkode.springsandwich.filter.annotation.After.class - [JAR]

├─ com.kastkode.springsandwich.filter.annotation.AfterElement.class - [JAR]

├─ com.kastkode.springsandwich.filter.annotation.Before.class - [JAR]

├─ com.kastkode.springsandwich.filter.annotation.BeforeElement.class - [JAR]