public class GlobalFormatterRegistry extends Object implements org.apache.struts.action.PlugIn
Formatter registration.
It's important to have Formatter registration happen early and in a centralized fashion so that our application will always be in a state where Formatters are registered when they should be.
Without this central approach, we are relying on the registration code to be executed before a page is accessed requiring a specific formatter. This has been troublesome for KC in the past.
| Constructor and Description |
|---|
GlobalFormatterRegistry() |
public void init(org.apache.struts.action.ActionServlet aServlet,
org.apache.struts.config.ModuleConfig aConfig)
throws javax.servlet.ServletException
init in interface org.apache.struts.action.PlugInjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface org.apache.struts.action.PlugInCopyright © 2013 The Kuali Foundation. All Rights Reserved.