public class CFGResPath extends Object
| Constructor and Description |
|---|
CFGResPath(CFGFourK cfg4k,
String urlPath) |
| Modifier and Type | Method and Description |
|---|---|
CFGFourK |
build() |
CFGResPath |
compress(boolean doGZip) |
CFGResPath |
devMode(boolean devMode) |
String[] |
getResourcePath() |
String |
getRootComponent() |
String |
getUrlPath() |
boolean |
isCompress() |
boolean |
isDevMode() |
CFGResPath |
resourcePath(String... resourcePath) |
CFGResPath |
rootComponent(String rootComponent) |
public CFGResPath resourcePath(String... resourcePath)
public CFGResPath rootComponent(String rootComponent)
public CFGResPath devMode(boolean devMode)
public CFGResPath compress(boolean doGZip)
public CFGFourK build()
public String getUrlPath()
public boolean isDevMode()
public String getRootComponent()
public String[] getResourcePath()
public boolean isCompress()
Copyright © 2015. All rights reserved.