public interface Extensible<E extends ConfigExtension>
That interface marks all faces-config elements that have 'extension' element.
| Modifier and Type | Method and Description |
|---|---|
E |
getExtension()
Return extension object that holds CDK-related tags and any other content as well. |
void |
setExtension(E ext) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.