6 changed files with 60 additions and 55 deletions
@ -1,20 +1,20 @@
|
||||
package com.fr.plugin.form.widget.monitor; |
||||
|
||||
import com.fr.stable.fun.impl.AbstractFunctionProcessor; |
||||
|
||||
/** |
||||
* Created by richie on 15/12/3. |
||||
*/ |
||||
public class RHFunctionProcessor extends AbstractFunctionProcessor { |
||||
|
||||
private static RHFunctionProcessor instance = new RHFunctionProcessor(); |
||||
|
||||
public static RHFunctionProcessor getInstance() { |
||||
return instance; |
||||
} |
||||
|
||||
@Override |
||||
public String getLocaleKey() { |
||||
return "Plugin-RH_Iframe_Name"; |
||||
} |
||||
} |
||||
//
|
||||
//import com.fr.stable.fun.impl.AbstractFunctionProcessor;
|
||||
//
|
||||
///**
|
||||
// * Created by richie on 15/12/3.
|
||||
// */
|
||||
//public class RHFunctionProcessor extends AbstractFunctionProcessor {
|
||||
//
|
||||
// private static RHFunctionProcessor instance = new RHFunctionProcessor();
|
||||
//
|
||||
// public static RHFunctionProcessor getInstance() {
|
||||
// return instance;
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public String getLocaleKey() {
|
||||
// return "Plugin-RH_Iframe_Name";
|
||||
// }
|
||||
//}
|
Loading…
Reference in new issue