public class CustomTagsImpl extends Object implements CustomTags
URI
Constructor and Description |
---|
CustomTagsImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom object)
Copies all the properties of the given bean into this one.
|
Class<CustomTags> |
getInterface()
Returns the interface the copyFrom works on.
|
String |
getUri()
Returns the URI of the module.
|
List<CustomTag> |
getValues() |
void |
setValues(List<CustomTag> values) |
public List<CustomTag> getValues()
getValues
in interface CustomTags
public void setValues(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 Object clone()
Module
public Class<CustomTags> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
Copyright © 2020. All rights reserved.