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

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

@Menu(name="Log",
      desc="Show system log.",
      order=2147472647)
public class LogPageHandler
extends Object
implements PageHandler

LogPageHandler

Author:
william.liangf

Constructor Summary
LogPageHandler()
           
 
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

LogPageHandler

public LogPageHandler()
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.