public interface AutotagRuntime<R>
| Modifier and Type | Method and Description | 
|---|---|
| ModelBody | createModelBody()Creates a new ModelBody instance to match the request. | 
| R | createRequest()Creates a new Request instance. | 
| <T> T | getParameter(String name,
            Class<T> type,
            T defaultValue)Extracts a parameter from the tag. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.