public interface

EditorAwareTag

org.springframework.web.servlet.tags.EditorAwareTag
Known Indirect Subclasses

Class Overview

Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.

Summary

Public Methods
abstract PropertyEditor getEditor()
Retrieve the PropertyEditor for the property that this tag is currently bound to.

Public Methods

public abstract PropertyEditor getEditor ()

Retrieve the PropertyEditor for the property that this tag is currently bound to. Intended for cooperating nesting tags.

Returns
  • the current PropertyEditor, or null if none
Throws
if resolving the editor failed
JspException