Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.renderer.filter
Class RegexReplaceFilterBeanInfo

java.lang.Object
  extended by com.jivesoftware.util.JiveBeanInfo
      extended by com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class RegexReplaceFilterBeanInfo
extends JiveBeanInfo

BeanInfo class for RegexReplaceFilter


Field Summary
static java.lang.String[] PROPERTY_NAMES
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
RegexReplaceFilterBeanInfo()
           
 
Method Summary
 java.lang.Class getBeanClass()
          Returns the bean Class.
 java.lang.String getName()
          Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded).
 java.lang.String[] getPropertyNames()
          Returns the names of the properties of the bean that should be exposed.
 
Methods inherited from class com.jivesoftware.util.JiveBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAMES

public static final java.lang.String[] PROPERTY_NAMES
Constructor Detail

RegexReplaceFilterBeanInfo

public RegexReplaceFilterBeanInfo()
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames()
Description copied from class: JiveBeanInfo
Returns the names of the properties of the bean that should be exposed.

Specified by:
getPropertyNames in class JiveBeanInfo
Returns:
the names of the properties that should be exposed.

getBeanClass

public java.lang.Class getBeanClass()
Description copied from class: JiveBeanInfo
Returns the bean Class.

Specified by:
getBeanClass in class JiveBeanInfo
Returns:
the Class of the JavaBean that the BeanInfo is for.

getName

public java.lang.String getName()
Description copied from class: JiveBeanInfo
Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded). For example, for the class com.foo.ExampleClass, the name would be ExampleClass.

Specified by:
getName in class JiveBeanInfo
Returns:
the name of the JavaBean that the BeanInfo is for.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.