public class RequestMappingEntry extends Object
Constructor and Description |
---|
RequestMappingEntry(RequestMethodType requestMethodType,
Controller controller,
Action action) |
Modifier and Type | Method and Description |
---|---|
Action |
getAction() |
Controller |
getController() |
RequestMethodType |
getRequestMethodType() |
public RequestMappingEntry(RequestMethodType requestMethodType, Controller controller, Action action)
public Controller getController()
public Action getAction()
public RequestMethodType getRequestMethodType()
Copyright © 2018 Brandao. All rights reserved.