public class DefaultMarkupIdGenerator extends Object implements IMarkupIdGenerator
| Constructor and Description |
|---|
DefaultMarkupIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateMarkupId(Component component,
boolean createIfDoesNotExist)
Generates markup id for the given component
|
public String generateMarkupId(Component component, boolean createIfDoesNotExist)
IMarkupIdGeneratorgenerateMarkupId in interface IMarkupIdGeneratorcomponent - The component for which to generate a markup idcreateIfDoesNotExist - When there is no existing markup id, determines whether it should be generated or
whether null should be returned.Copyright © 2006–2021 Apache Software Foundation. All rights reserved.