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
WebModuleReader
getContextRoot
in interface WebModuleReader
LbReaderException
public String getErrorUrl() throws LbReaderException
WebModuleReader
getErrorUrl
in interface WebModuleReader
LbReaderException
public boolean getLbEnabled() throws LbReaderException
WebModuleReader
getLbEnabled
in interface WebModuleReader
LbReaderException
public String getDisableTimeoutInMinutes() throws LbReaderException
WebModuleReader
getDisableTimeoutInMinutes
in interface WebModuleReader
LbReaderException
public IdempotentUrlPatternReader[] getIdempotentUrlPattern() throws LbReaderException
WebModuleReader
getIdempotentUrlPattern
in interface WebModuleReader
LbReaderException
public void accept(Visitor v) throws Exception
BaseReader
accept
in interface BaseReader
Exception
Copyright © 2018. All rights reserved.