com.liferay.portal.sharepoint.methods
Class UrlToWebUrlMethodImpl

java.lang.Object
  extended by com.liferay.portal.sharepoint.methods.BaseMethodImpl
      extended by com.liferay.portal.sharepoint.methods.UrlToWebUrlMethodImpl
All Implemented Interfaces:
Method

public class UrlToWebUrlMethodImpl
extends BaseMethodImpl

View Source

Author:
Bruno Farache

Field Summary
 
Fields inherited from interface com.liferay.portal.sharepoint.methods.Method
GET, POST
 
Constructor Summary
UrlToWebUrlMethodImpl()
           
 
Method Summary
protected  java.util.List<ResponseElement> getElements(SharepointRequest sharepointRequest)
           
 java.lang.String getMethodName()
           
 
Methods inherited from class com.liferay.portal.sharepoint.methods.BaseMethodImpl
doProcess, getResponseBuffer, getRootPath, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlToWebUrlMethodImpl

public UrlToWebUrlMethodImpl()
Method Detail

getMethodName

public java.lang.String getMethodName()

getElements

protected java.util.List<ResponseElement> getElements(SharepointRequest sharepointRequest)
Specified by:
getElements in class BaseMethodImpl