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

org.bitbucket.gkutiel.in.my.mind.handler.Text Maven / Gradle / Ivy

The newest version!
package org.bitbucket.gkutiel.in.my.mind.handler;

public abstract class Text extends Textual {

	@Override protected final String getContentType() {
		return "text/plain";
	}

	@Override protected abstract String getText();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy