public class AbstractComponentContainer extends Object implements ComponentContainer
| Constructor and Description |
|---|
AbstractComponentContainer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getContent(Class<T> clazz)
Gets initialized content of the container.
|
public <T> T getContent(Class<T> clazz)
ComponentContainergetContent in interface ComponentContainerclazz - class of the page object which will be correctly initializedCopyright © 2015 JBoss by Red Hat. All Rights Reserved.