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 com.liferay.html.preview.api-2.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.html.preview.model
├─ com.liferay.html.preview.model.HtmlPreviewEntry.class - [JAR]
├─ com.liferay.html.preview.model.HtmlPreviewEntryModel.class - [JAR]
├─ com.liferay.html.preview.model.HtmlPreviewEntrySoap.class - [JAR]
├─ com.liferay.html.preview.model.HtmlPreviewEntryWrapper.class - [JAR]
com.liferay.html.preview.service.persistence
├─ com.liferay.html.preview.service.persistence.HtmlPreviewEntryPersistence.class - [JAR]
├─ com.liferay.html.preview.service.persistence.HtmlPreviewEntryUtil.class - [JAR]
com.liferay.html.preview.service
├─ com.liferay.html.preview.service.HtmlPreviewEntryLocalService.class - [JAR]
├─ com.liferay.html.preview.service.HtmlPreviewEntryLocalServiceUtil.class - [JAR]
├─ com.liferay.html.preview.service.HtmlPreviewEntryLocalServiceWrapper.class - [JAR]
com.liferay.html.preview.exception
├─ com.liferay.html.preview.exception.InvalidHtmlPreviewEntryMimeTypeException.class - [JAR]
├─ com.liferay.html.preview.exception.NoSuchHtmlPreviewEntryException.class - [JAR]
com.liferay.html.preview.processor
├─ com.liferay.html.preview.processor.HtmlPreviewProcessor.class - [JAR]
├─ com.liferay.html.preview.processor.HtmlPreviewProcessorTracker.class - [JAR]