类 PortletModeNameViewController

  • 所有已实现的接口:
    Controller

    public class PortletModeNameViewController
    extends Object
    implements Controller

    Trivial controller that transforms the PortletMode to a view name. The advantage here is that the client is not exposed to the concrete view technology but rather just to the controller URL; the concrete view will be determined by the ViewResolver.

    Example: PortletMode.VIEW -> "view"

    This controller does not handle action requests.

    从以下版本开始:
    2.0
    作者:
    William G. Thompson, Jr., John A. Lewis