public interface I_CmsResourceContainer
CmsResource object that was previously loaded by a parent tag.| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCollectorName()
Returns the name of the currently used resource collector.
|
java.lang.String |
getCollectorParam()
Returns the parameters of the currently used resource collector.
|
java.util.List<CmsResource> |
getCollectorResult()
Returns the list of all currently loaded resources (instances of
). |
CmsResource |
getResource()
Returns the currently loaded resource.
|
java.lang.String |
getResourceName()
Returns the resource name in the VFS for the currently loaded resource.
|
boolean |
hasMoreContent()
已过时。
|
boolean |
hasMoreResources()
Resource iteration method to be used by JSP scriptlet code.
|
boolean |
isPreloader()
Returns
true if this container is used as a resource preloader. |
java.lang.String getCollectorName()
java.lang.String getCollectorParam()
java.util.List<CmsResource> getCollectorResult()
CmsResource).CmsResource getResource()
java.lang.String getResourceName()
boolean hasMoreResources()
throws javax.servlet.jsp.JspException
Calling this method will insert "direct edit" HTML to the output page (if required).
true if more resources are to be iteratedjavax.servlet.jsp.JspException - in case something goes wrong@Deprecated
boolean hasMoreContent()
throws javax.servlet.jsp.JspException
hasMoreResources()Calling this method will insert "direct edit" HTML to the output page (if required).
true if more resources are to be iteratedjavax.servlet.jsp.JspException - in case something goes wrongboolean isPreloader()
true if this container is used as a resource preloader.A resource preloader is used to load resources without looping through it.
true if this container is used as a resource preloader