org.apache.geronimo.security.deploy
Class LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
           org.apache.geronimo.security.deploy.LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
org.apache.geronimo.security.deploy.LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
- All Implemented Interfaces: 
- PropertyEditor
- Enclosing class:
- LoginDomainPrincipalInfo
- public static class LoginDomainPrincipalInfo.LoginDomainPrincipalEditor 
- extends TextPropertyEditorSupport
 
| Method Summary | 
|  String | getAsText()
 | 
|  void | setAsText(String text)By default, set the property value by directly passing the
 provided string value through to the setValue() method.
 | 
 
| Methods inherited from class java.beans.PropertyEditorSupport | 
| addPropertyChangeListener, firePropertyChange, 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 | 
 
LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
public LoginDomainPrincipalInfo.LoginDomainPrincipalEditor()
setAsText
public void setAsText(String text)
- Description copied from class: TextPropertyEditorSupport
- By default, set the property value by directly passing the
 provided string value through to the setValue() method.
 
- 
- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- TextPropertyEditorSupport
 
- 
- Parameters:
- text- The new property value, as a string.
 
getAsText
public String getAsText()
- 
- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.