Liferay 7.0-ce-b4

com.liferay.portal.kernel.javadoc
Class EmptyJavadocMethod

java.lang.Object
  extended by com.liferay.portal.kernel.javadoc.BaseJavadoc
      extended by com.liferay.portal.kernel.javadoc.JavadocMethod
          extended by com.liferay.portal.kernel.javadoc.EmptyJavadocMethod

public class EmptyJavadocMethod
extends JavadocMethod


Constructor Summary
EmptyJavadocMethod(String servletContextName, Method method)
           
 
Method Summary
 Method getMethod()
           
 String getParameterComment(int index)
           
 String getReturnComment()
           
 String getThrowsComment(int index)
           
 
Methods inherited from class com.liferay.portal.kernel.javadoc.BaseJavadoc
getComment, getServletContextName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyJavadocMethod

public EmptyJavadocMethod(String servletContextName,
                          Method method)
Method Detail

getMethod

public Method getMethod()
Specified by:
getMethod in class JavadocMethod

getParameterComment

public String getParameterComment(int index)
Specified by:
getParameterComment in class JavadocMethod

getReturnComment

public String getReturnComment()
Specified by:
getReturnComment in class JavadocMethod

getThrowsComment

public String getThrowsComment(int index)
Specified by:
getThrowsComment in class JavadocMethod

Liferay 7.0-ce-b4