|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebResourceBundle
A list of resources (javascript or css files) to be merged before delivering to the browser.
| Field Summary | |
|---|---|
static java.lang.String |
PROD_RESOURCE_NAME
resource name when working in production mode |
| Method Summary | |
|---|---|
CompiledWebResource |
getCompiledWebResource(java.lang.String name)
Returns the compiled web resource (a JS/CSS file). |
CssResource |
getCssResource(java.lang.String name)
Return an external resource referenced from one of the CSS stylesheets (url() attribute) contained in this bundle |
java.lang.String |
getName()
|
WebResourceType |
getType()
Return the type of this bundle (js/css) |
void |
render(AbstractWebResourceTag tag)
Write the tag or tags for this bundle |
| Field Detail |
|---|
static final java.lang.String PROD_RESOURCE_NAME
| Method Detail |
|---|
void render(AbstractWebResourceTag tag)
throws javax.servlet.jsp.JspException,
java.io.IOException
javax.servlet.jsp.JspException
java.io.IOExceptionCompiledWebResource getCompiledWebResource(java.lang.String name)
WebResourceType getType()
CssResource getCssResource(java.lang.String name)
name - the name of the resource
java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||