public class AbstractController extends Object
Modifier and Type | Class and Description |
---|---|
protected static interface |
AbstractController.Delegate |
Constructor and Description |
---|
AbstractController() |
Modifier and Type | Method and Description |
---|---|
String |
execute(AbstractController.Delegate delegate) |
javax.servlet.http.HttpServletRequest |
getRequest() |
public String execute(AbstractController.Delegate delegate)
public javax.servlet.http.HttpServletRequest getRequest()
Copyright © 2014. All Rights Reserved.