List of usage examples for com.liferay.portal.kernel.util ContentTypes APPLICATION_XSLT_XML
String APPLICATION_XSLT_XML
To view the source code for com.liferay.portal.kernel.util ContentTypes APPLICATION_XSLT_XML.
Click Source Link
From source file:com.liferay.dynamic.data.mapping.web.internal.portlet.action.AddTemplateMVCActionCommand.java
License:Open Source License
protected boolean isValidContentType(String contentType) { if (contentType.equals(ContentTypes.APPLICATION_XSLT_XML) || contentType.startsWith(ContentTypes.TEXT)) { return true; }/* ww w .jav a2s .com*/ return false; }