Liferay 7.0-ce-b4

com.liferay.portal.util
Interface TermsOfUseContentProvider


@ProviderType
public interface TermsOfUseContentProvider


Method Summary
 String getClassName()
           
 void includeConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void includeView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

getClassName

String getClassName()

includeConfig

void includeConfig(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
                   throws Exception
Throws:
Exception

includeView

void includeView(javax.servlet.http.HttpServletRequest request,
                 javax.servlet.http.HttpServletResponse response)
                 throws Exception
Throws:
Exception

Liferay 7.0-ce-b4