net.server.servlets
Class LoginHtml

java.lang.Object
  extended by net.server.servlets.LoginHtml

public class LoginHtml
extends java.lang.Object

LoginHtml Class


Constructor Summary
LoginHtml()
           
 
Method Summary
 java.lang.String getLoginErrorPage(java.lang.String errorMessage)
          Returns the Error Login Page
 java.lang.String getLoginPage()
          Returns the Login Page
 void setNextActionURL(java.lang.String _nextActionURL)
          Sets the next action URL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginHtml

public LoginHtml()
Method Detail

setNextActionURL

public void setNextActionURL(java.lang.String _nextActionURL)
Sets the next action URL


getLoginPage

public java.lang.String getLoginPage()
Returns the Login Page

Returns:
String

getLoginErrorPage

public java.lang.String getLoginErrorPage(java.lang.String errorMessage)
Returns the Error Login Page

Returns:
String