java.lang.Object
com.aoapps.servlet.i18n.EditableResourceServletFilter
- All Implemented Interfaces:
Filter
Allows any user with the role of translator to edit the translation of the site.
This is used in conjunction with the ResourceEditorTag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain) voidinit(FilterConfig filterConfig)
-
Constructor Details
-
EditableResourceServletFilter
public EditableResourceServletFilter()
-
-
Method Details
-
init
- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
destroy
public void destroy()
-
