org.jasig.cas.client.validation
Class ProxyListEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.jasig.cas.client.validation.ProxyListEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public final class ProxyListEditor
extends java.beans.PropertyEditorSupport

Convert a String-formatted list of acceptable proxies to an array.

Since:
3.1
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
ProxyListEditor()
           
 
Method Summary
 void setAsText(java.lang.String text)
           
 
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
 

Constructor Detail

ProxyListEditor

public ProxyListEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Throws:
java.lang.IllegalArgumentException


Copyright © 2006-2009 JA-SIG. All Rights Reserved.