public class CustomTagsImpl extends java.lang.Object implements CustomTags
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.util.List<CustomTag> |
values |
URI
Constructor and Description |
---|
CustomTagsImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom object)
Copies all the properties of the given bean into this one.
|
java.lang.Class<CustomTags> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getUri()
Returns the URI of the module.
|
java.util.List<CustomTag> |
getValues() |
void |
setValues(java.util.List<CustomTag> values) |
private static final long serialVersionUID
private java.util.List<CustomTag> values
public java.util.List<CustomTag> getValues()
getValues
in interface CustomTags
public void setValues(java.util.List<CustomTag> values)
setValues
in interface CustomTags
public void copyFrom(CopyFrom object)
CopyFrom
Any existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public java.lang.Object clone()
Module
public java.lang.Class<CustomTags> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom