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 namepublic FactoryObject(String className, TagProcessor processor)
className - the fully qualified class nameprocessor - the processor objectpublic String getClassName()
public TagProcessor getProcessor()
Copyright © 2020. All rights reserved.