com.liferay.faces.util.config
Interface ConfiguredServlet

All Known Implementing Classes:
ConfiguredServletImpl

public interface ConfiguredServlet

This interface provides a representation of a servlet entry from a web-app descriptor.

Author:
Neil Griffin

Method Summary
 MultiPartConfig getMultiPartConfig()
          Returns the information contained in the multipart-config element of the configured servlet.
 String getServletClass()
          Returns the value of the servlet-class element of the configured servlet.
 String getServletName()
          Returns the value of the servlet-name element of the configured servlet.
 

Method Detail

getMultiPartConfig

MultiPartConfig getMultiPartConfig()
Returns the information contained in the multipart-config element of the configured servlet.


getServletClass

String getServletClass()
Returns the value of the servlet-class element of the configured servlet.


getServletName

String getServletName()
Returns the value of the servlet-name element of the configured servlet.



Copyright © 2015 Liferay, Inc.. All rights reserved.