configHandler (Handlers me)
This method is used to configure the Handler of JFinal. The following code configures a processor named ResourceHandler. The Handler can take over all web requests and has complete control over the application, making it easy to implement higher-level Functional expansion.
##
public void configHandler(Handlers me) { me.add(new ResourceHandler()); }
##