public class InlineService
extends java.lang.Object
Constructor and Description |
---|
InlineService() |
Modifier and Type | Method and Description |
---|---|
void |
addLicenseKey(java.lang.String value)
Adds alternative license keys.
|
java.lang.String |
getLicenseKey()
The license key.
|
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
Processes requests for both HTTP
GET and POST
methods. |
void |
setLicenseKey(java.lang.String value)
The license key.
|
public java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String value)
public void addLicenseKey(java.lang.String value)
protected void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext context) throws javax.servlet.ServletException, java.io.IOException
GET
and POST
methods.request
- servlet requestresponse
- servlet responsejavax.servlet.ServletException
- if a servlet-specific error occursjava.io.IOException
- if an I/O error occursCopyright © 2002-2016 Keyoti Inc. All Rights Reserved.