org.apache.geronimo.security.deploy
Class PrincipalInfo.PrincipalEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
          extended by org.apache.geronimo.security.deploy.PrincipalInfo.PrincipalEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
PrincipalInfo

public static class PrincipalInfo.PrincipalEditor
extends TextPropertyEditorSupport


Constructor Summary
PrincipalInfo.PrincipalEditor()
           
 
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
 

Constructor Detail

PrincipalInfo.PrincipalEditor

public PrincipalInfo.PrincipalEditor()
Method Detail

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:
setAsText in interface PropertyEditor
Overrides:
setAsText in class TextPropertyEditorSupport
Parameters:
text - The new property value, as a string.

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.