public class DefaultUnknownHandlerFactory extends Object implements UnknownHandlerFactory
| Constructor and Description | 
|---|
| DefaultUnknownHandlerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| UnknownHandler | buildUnknownHandler(String unknownHandlerName,
                   Map<String,Object> extraContext)Builds unknown handler of given name | 
| void | setContainer(Container container) | 
public void setContainer(Container container)
public UnknownHandler buildUnknownHandler(String unknownHandlerName, Map<String,Object> extraContext) throws Exception
UnknownHandlerFactorybuildUnknownHandler in interface UnknownHandlerFactoryunknownHandlerName - name of unknown handler defined in struts.xmlextraContext - extra paramsUnknownHandler with injected dependenciesException - in case of any errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.