com.evolveum.midpoint.web.controller
Class ErrorController

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.ErrorController
All Implemented Interfaces:
java.io.Serializable

@Controller(value="error")
@Scope(value="request")
public class ErrorController
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ErrorController()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getOtherDescription()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorController

public ErrorController()
Method Detail

getTitle

public java.lang.String getTitle()

getDescription

public java.lang.String getDescription()

getOtherDescription

public java.lang.String getOtherDescription()


Copyright © 2012 evolveum. All Rights Reserved.