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:
PropertyEditor

public final class ProxyListEditor
extends 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(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(String text)
               throws IllegalArgumentException
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException


Copyright © 2006-2011 Jasig. All Rights Reserved.