public class CustomTagsImpl extends java.lang.Object implements CustomTags
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) |
public java.util.List<CustomTag> getValues()
getValues in interface CustomTagspublic void setValues(java.util.List<CustomTag> values)
setValues in interface CustomTagspublic void copyFrom(CopyFrom object)
CopyFromAny 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()
Modulepublic java.lang.Class<CustomTags> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFromCopyright © 2025. All rights reserved.