Uses of Interface
com.iizigo.prop.editor.IPropEditorExtender
Packages that use IPropEditorExtender Package Description com.iizigo.prop.editor com.iizigo.run.prop com.iizigo.server.config Uses of IPropEditorExtender in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return IPropEditorExtender Modifier and Type Method Description IPropEditorExtender<EDITOR,PROP,VALUE>
IPropEditorExtenderProvider. getEditorExtender(EDITOR editor, Atom atom)
Gets the extension for a property editor.Uses of IPropEditorExtender in com.iizigo.run.prop
Methods in com.iizigo.run.prop that return IPropEditorExtender Modifier and Type Method Description IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorRuntimeBuilderProps. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.Uses of IPropEditorExtender in com.iizigo.server.config
Methods in com.iizigo.server.config that return IPropEditorExtender Modifier and Type Method Description IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorLetsEncryptDomain. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorWebServerPortConfig. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.