public static class UndertowDeploymentInfoService.Builder extends Object
Constructor and Description |
---|
UndertowDeploymentInfoService.Builder() |
public UndertowDeploymentInfoService.Builder()
public UndertowDeploymentInfoService.Builder setDeploymentName(String deploymentName)
public UndertowDeploymentInfoService.Builder setTldsMetaData(TldsMetaData tldsMetaData)
public UndertowDeploymentInfoService.Builder setSharedTlds(List<org.jboss.metadata.web.spec.TldMetaData> sharedTlds)
public UndertowDeploymentInfoService.Builder setModule(org.jboss.modules.Module module)
public UndertowDeploymentInfoService.Builder setScisMetaData(ScisMetaData scisMetaData)
public UndertowDeploymentInfoService.Builder setDeploymentRoot(org.jboss.vfs.VirtualFile deploymentRoot)
public UndertowDeploymentInfoService.Builder setSecurityContextId(String securityContextId)
public UndertowDeploymentInfoService.Builder setAttributes(List<ServletContextAttribute> attributes)
public UndertowDeploymentInfoService.Builder setContextPath(String contextPath)
public UndertowDeploymentInfoService.Builder setSetupActions(List<SetupAction> setupActions)
public UndertowDeploymentInfoService.Builder setSecurityDomain(String securityDomain)
public UndertowDeploymentInfoService.Builder setOverlays(Set<org.jboss.vfs.VirtualFile> overlays)
public UndertowDeploymentInfoService.Builder setExpressionFactoryWrappers(List<ExpressionFactoryWrapper> expressionFactoryWrappers)
public UndertowDeploymentInfoService.Builder setPredicatedHandlers(List<io.undertow.server.handlers.builder.PredicatedHandler> predicatedHandlers)
public UndertowDeploymentInfoService.Builder setExplodedDeployment(boolean explodedDeployment)
public UndertowDeploymentInfoService createUndertowDeploymentInfoService()
Copyright © 2013 JBoss by Red Hat. All rights reserved.