@ApplicationScoped public class DefaultStaticImageResolver extends Object implements StaticResourceResolver
| Constructor and Description |
|---|
DefaultStaticImageResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getImagePath(String image) |
String |
getSeparator() |
void |
setBasePath(String basePath) |
void |
setSeparator(String separator) |
public String getImagePath(String image)
getImagePath in interface StaticResourceResolverpublic String getSeparator()
public void setSeparator(String separator)
public String getBasePath()
getBasePath in interface StaticResourceResolverpublic void setBasePath(String basePath)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.