eu.larkc.core.management
Class ManagementInterfaceResourceImpl

java.lang.Object
  extended by org.restlet.resource.UniformResource
      extended by org.restlet.resource.ServerResource
          extended by eu.larkc.core.management.ManagementInterfaceResourceImpl
All Implemented Interfaces:
ManagementInterfaceResource

public class ManagementInterfaceResourceImpl
extends org.restlet.resource.ServerResource
implements ManagementInterfaceResource

Management interface resource. If this resource is retrieved print out some general information about the management interface as well as the available operations.

Author:
Christoph Fuchs

Constructor Summary
ManagementInterfaceResourceImpl()
           
 
Method Summary
 java.lang.String info()
          Prints out some general information about the management interface as well as the available operations.
 
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, getOnSent, getVariants, handle, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods
 
Methods inherited from class org.restlet.resource.UniformResource
getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getQuery, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestEntity, getResponse, getResponseAttributes, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, release, setRequest, setResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementInterfaceResourceImpl

public ManagementInterfaceResourceImpl()
Method Detail

info

public java.lang.String info()
Description copied from interface: ManagementInterfaceResource
Prints out some general information about the management interface as well as the available operations.

Specified by:
info in interface ManagementInterfaceResource
Returns:
a informative HTML page as a string