public class ContainerInfo extends Object
| Constructor and Description |
|---|
ContainerInfo(Class<?> containerClass,
Locale locale,
String style,
String variation,
MarkupType markupType)
Construct.
|
ContainerInfo(Class<?> containerClass,
MarkupContainer container)
Construct.
|
ContainerInfo(MarkupContainer container)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContainerClass() |
String |
getFileExtension() |
Locale |
getLocale() |
String |
getStyle() |
String |
getVariation() |
String |
toString() |
public ContainerInfo(MarkupContainer container)
container - The container to create the information frompublic ContainerInfo(Class<?> containerClass, MarkupContainer container)
containerClass - the real container class (could be a parent class)container - The container to create the information frompublic ContainerInfo(Class<?> containerClass, Locale locale, String style, String variation, MarkupType markupType)
containerClass - locale - style - variation - markupType - public Class<?> getContainerClass()
public String getFileExtension()
public Locale getLocale()
public String getStyle()
public String getVariation()
public String toString()
toString in class ObjectObject.toString()Copyright © 2006–2021 Apache Software Foundation. All rights reserved.