org.apache.sirona.plugin.hazelcast.gui
Class HazelcastPlugin

java.lang.Object
  extended by org.apache.sirona.plugin.hazelcast.gui.HazelcastPlugin
All Implemented Interfaces:
Plugin

public class HazelcastPlugin
extends Object
implements Plugin


Constructor Summary
HazelcastPlugin()
           
 
Method Summary
 Class<?> endpoints()
          List of used endpoints by this plugin.
 String mapping()
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HazelcastPlugin

public HazelcastPlugin()
Method Detail

name

public String name()
Specified by:
name in interface Plugin
Returns:
plugin name.

endpoints

public Class<?> endpoints()
Description copied from interface: Plugin
List of used endpoints by this plugin. Use @org.apache.sirona.reporting.web.plugin.api.Regex to define endpoints.

Specified by:
endpoints in interface Plugin
Returns:
the endpoints to call when mapping() is matched.

mapping

public String mapping()
Specified by:
mapping in interface Plugin
Returns:
the base mapping of the endpoints if not null.


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.