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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
doFilter
(ServletRequest request, ServletResponse response, FilterChain chain) void
init
(FilterConfig filterConfig)
-
Constructor Details
-
EditableResourceServletFilter
public EditableResourceServletFilter()
-
-
Method Details
-
init
- Specified by:
init
in interfaceFilter
- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilter
in interfaceFilter
- Throws:
IOException
ServletException
-
destroy
public void destroy()
-