org.tinygroup.weblayer.webcontext.parser.propertyedit
类 CustomDateRegistrar

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
所有已实现的接口:
org.springframework.beans.PropertyEditorRegistrar

public class CustomDateRegistrar
extends Object
implements org.springframework.beans.PropertyEditorRegistrar


构造方法摘要
CustomDateRegistrar()
           
 
方法摘要
 String getFormat()
           
 void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
           
 void setFormat(String format)
           
 void setLocale(String locale)
           
 void setTimeZone(String timeZone)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CustomDateRegistrar

public CustomDateRegistrar()
方法详细信息

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

setLocale

public void setLocale(String locale)

setTimeZone

public void setTimeZone(String timeZone)

registerCustomEditors

public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
指定者:
接口 org.springframework.beans.PropertyEditorRegistrar 中的 registerCustomEditors


Copyright © 2006–2014 开源组织. All rights reserved.