|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourcesElementsProvider
| Method Summary | |
|---|---|
Included |
getDefaultIncludedType()
They type of resources to be returned by default |
Included |
getIncludedType(javax.servlet.http.HttpServletRequest request)
They type of resources to be returned for this request |
String |
getResourcesParameter(javax.servlet.http.HttpServletRequest request,
String skinXml,
String name)
Get the specified skin parameter, null if there is no parameter with the specified name |
NodeList |
getResourcesXmlFragment(javax.servlet.http.HttpServletRequest request,
String skinXml)
Get an XML NodeList of link and script tags for the specified skin. |
void |
setDefaultIncludedType(Included included)
Set the default include type for resources. |
| Method Detail |
|---|
void setDefaultIncludedType(Included included)
Included.PLAIN results in un-aggregated
resources being returned. Included.AGGREGATED results in aggregated resources being
returned. Included.BOTH is not supported as an argument here.
Included getDefaultIncludedType()
Included getIncludedType(javax.servlet.http.HttpServletRequest request)
String getResourcesParameter(javax.servlet.http.HttpServletRequest request,
String skinXml,
String name)
NodeList getResourcesXmlFragment(javax.servlet.http.HttpServletRequest request,
String skinXml)
getIncludedType(HttpServletRequest)
to determine which resource URLs to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||