@Singleton @Named public class DefaultMacroManager extends Object implements MacroManager
MacroManager
Constructor and Description |
---|
DefaultMacroManager() |
Modifier and Type | Method and Description |
---|---|
Macro |
getMacro(String id)
Returns the MacroManager that corresponds to the given id.
|
public DefaultMacroManager()
public Macro getMacro(String id) throws MacroNotFoundException
getMacro
in interface MacroManager
id
- The identifier.MacroNotFoundException
- if no MacroManager could be found
for the given id.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.