public class WebModuleReaderImpl extends Object implements WebModuleReader
| Constructor and Description |
|---|
WebModuleReaderImpl(String name,
ApplicationRef ref,
Application application,
WebBundleDescriptor webBundleDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Accepts a visitor and calls its visit
method
|
String |
getContextRoot()
Returns config context of this module
|
String |
getDisableTimeoutInMinutes()
Returns disable timeout for this module
|
String |
getErrorUrl()
Returns error url for this web module
|
IdempotentUrlPatternReader[] |
getIdempotentUrlPattern()
Returns idempotent url patterns for this module.
|
boolean |
getLbEnabled()
Returns load balancer enabled flag.
|
public WebModuleReaderImpl(String name, ApplicationRef ref, Application application, WebBundleDescriptor webBundleDescriptor)
public String getContextRoot() throws LbReaderException
WebModuleReadergetContextRoot in interface WebModuleReaderLbReaderExceptionpublic String getErrorUrl() throws LbReaderException
WebModuleReadergetErrorUrl in interface WebModuleReaderLbReaderExceptionpublic boolean getLbEnabled()
throws LbReaderException
WebModuleReadergetLbEnabled in interface WebModuleReaderLbReaderExceptionpublic String getDisableTimeoutInMinutes() throws LbReaderException
WebModuleReadergetDisableTimeoutInMinutes in interface WebModuleReaderLbReaderExceptionpublic IdempotentUrlPatternReader[] getIdempotentUrlPattern() throws LbReaderException
WebModuleReadergetIdempotentUrlPattern in interface WebModuleReaderLbReaderExceptionpublic void accept(Visitor v) throws Exception
BaseReaderaccept in interface BaseReaderExceptionCopyright © 2017. All rights reserved.