Package io.datarouter.exception.service
Class ExceptionRecordService
java.lang.Object
io.datarouter.exception.service.ExceptionRecordService
@Singleton
public class ExceptionRecordService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ExceptionRecordService() -
Method Summary
Modifier and Type Method Description java.lang.StringbuildDomainAndContext()java.lang.StringbuildExceptionFormAction(java.lang.String domainAndContext)java.lang.StringbuildExceptionLink(java.lang.String domainAndContext, java.lang.String exceptionRecordId)java.lang.StringbuildExceptionLinkForCurrentServer(ExceptionRecord exceptionRecord)java.lang.StringbuildExceptionLinkForCurrentServer(java.lang.String exceptionRecordId)
-
Constructor Details
-
ExceptionRecordService
public ExceptionRecordService()
-
-
Method Details
-
buildExceptionLinkForCurrentServer
public java.lang.String buildExceptionLinkForCurrentServer(java.lang.String exceptionRecordId) -
buildExceptionLinkForCurrentServer
-
buildDomainAndContext
public java.lang.String buildDomainAndContext() -
buildExceptionLink
public java.lang.String buildExceptionLink(java.lang.String domainAndContext, java.lang.String exceptionRecordId) -
buildExceptionFormAction
public java.lang.String buildExceptionFormAction(java.lang.String domainAndContext)
-