com.alibaba.dubbo.container.page.pages
Class SystemPageHandler

java.lang.Object
  extended by com.alibaba.dubbo.container.page.pages.SystemPageHandler
All Implemented Interfaces:
PageHandler

@Menu(name="System",
      desc="Show system environment information.",
      order=2147473647)
public class SystemPageHandler
extends Object
implements PageHandler

SystemPageHandler

Author:
william.liangf

Constructor Summary
SystemPageHandler()
           
 
Method Summary
 Page handle(URL url)
          Handle the page.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPageHandler

public SystemPageHandler()
Method Detail

handle

public Page handle(URL url)
Description copied from interface: PageHandler
Handle the page.

Specified by:
handle in interface PageHandler
Returns:
the page.


Copyright © 2012–2017 Alibaba. All rights reserved.