View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-web-velocity-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.ui.velocity
├─ org.springframework.ui.velocity.SpringResourceLoader.class - [JAR]
├─ org.springframework.ui.velocity.VelocityEngineFactory.class - [JAR]
├─ org.springframework.ui.velocity.VelocityEngineFactoryBean.class - [JAR]
├─ org.springframework.ui.velocity.VelocityEngineUtils.class - [JAR]
org.springframework.web.servlet.view.velocity
├─ org.springframework.web.servlet.view.velocity.VelocityConfig.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityConfigurer.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityLayoutView.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityToolboxView.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityView.class - [JAR]
├─ org.springframework.web.servlet.view.velocity.VelocityViewResolver.class - [JAR]