org.jasig.portal.container.om.servlet
Class FormLoginConfigImpl

java.lang.Object
  extended by org.jasig.portal.container.om.servlet.FormLoginConfigImpl
All Implemented Interfaces:
java.io.Serializable

public class FormLoginConfigImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  java.lang.String formErrorPage
           
private  java.lang.String formLoginPage
           
 
Constructor Summary
FormLoginConfigImpl()
           
 
Method Summary
 java.lang.String getFormErrorPage()
           
 java.lang.String getFormLoginPage()
           
 void setFormErrorPage(java.lang.String formErrorPage)
           
 void setFormLoginPage(java.lang.String formLoginPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formLoginPage

private java.lang.String formLoginPage

formErrorPage

private java.lang.String formErrorPage
Constructor Detail

FormLoginConfigImpl

public FormLoginConfigImpl()
Method Detail

getFormErrorPage

public java.lang.String getFormErrorPage()

getFormLoginPage

public java.lang.String getFormLoginPage()

setFormErrorPage

public void setFormErrorPage(java.lang.String formErrorPage)

setFormLoginPage

public void setFormLoginPage(java.lang.String formLoginPage)