com.github.dandelion.datatables.jsp.i18n
Class JstlMessageResolver
java.lang.Object
com.github.dandelion.datatables.core.i18n.AbstractMessageResolver
com.github.dandelion.datatables.jsp.i18n.JstlMessageResolver
- All Implemented Interfaces:
- MessageResolver
public class JstlMessageResolver
- extends AbstractMessageResolver
JSTL implementation of the MessageResolver.
It will make the titleKey attribute of the ColumnTag
works the same as the key property of the
<fmt:message> tag.
- Since:
- 0.9.0
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JstlMessageResolver
public JstlMessageResolver(javax.servlet.http.HttpServletRequest request)
getResource
public String getResource(String messageKey,
String defaultValue,
Object... params)
Copyright © 2013. All Rights Reserved.