Class ActionInvocationDefinitionSourceEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- com.atlassian.bamboo.security.acegi.intercept.web.ActionInvocationDefinitionSourceEditor
-
- All Implemented Interfaces:
PropertyEditor
public class ActionInvocationDefinitionSourceEditor extends PropertyEditorSupport
-
-
Constructor Summary
Constructors Constructor Description ActionInvocationDefinitionSourceEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(String s)
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
setAsText
public void setAsText(String s) throws IllegalArgumentException
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-
-