All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ja.smarkdown.config.servletcontext.SmarkdownConfigurationParser Maven / Gradle / Ivy

Go to download

Reads Smarkdown configuration from the web.xml file. Uses a default configuration if no specific configuration is defined in web.xml.

There is a newer version: 0.8.0
Show newest version
package com.ja.smarkdown.config.servletcontext;

import com.ja.smarkdown.json.AbstractParser;
import com.ja.smarkdown.model.config.SmarkdownConfiguration;

public class SmarkdownConfigurationParser extends
		AbstractParser {

	public SmarkdownConfigurationParser() {
		super(SmarkdownConfiguration.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy