protected final class DefaultTagProcessorFactory.FactoryObject extends Object
| Constructor and Description |
|---|
FactoryObject(String className) |
FactoryObject(String className, TagProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
TagProcessor |
getProcessor() |
public FactoryObject(String className)
className - the fully qualified class name
public FactoryObject(String className, TagProcessor processor)
className - the fully qualified class name
processor - the processor object
public String getClassName()
public TagProcessor getProcessor()
Copyright © 1998–2022. All rights reserved.