java.lang.Object
java.beans.PropertyEditorSupport
org.acegisecurity.intercept.method.MethodDefinitionSourceEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class MethodDefinitionSourceEditor
- extends java.beans.PropertyEditorSupport
Property editor to assist with the setup of a MethodDefinitionSource.
The class creates and populates a MethodDefinitionMap.
- Version:
- $Id: MethodDefinitionSourceEditor.java,v 1.2 2005/11/17 00:56:09 benalex Exp $
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static final org.apache.commons.logging.Log logger
MethodDefinitionSourceEditor
public MethodDefinitionSourceEditor()
setAsText
public void setAsText(java.lang.String s)
throws java.lang.IllegalArgumentException
- Description copied from class:
java.beans.PropertyEditorSupport
- Sets the value as text.
In this class, you cannot count on setAsText() doing
anything useful across implementations.
Implementation Note: In this
implementation it checks if the String is "null", and
if it is, sets the value to null, otherwise it throws
an IllegalArgumentException.