Uses of Class
org.apache.wicket.util.value.AttributeMap
-
Packages that use AttributeMap Package Description org.apache.wicket.core.util.string String utilities. -
-
Uses of AttributeMap in org.apache.wicket.core.util.string
Methods in org.apache.wicket.core.util.string with parameters of type AttributeMap Modifier and Type Method Description static void
JavaScriptUtils. writeInlineScript(Response response, CharSequence text, AttributeMap attributes)
Write the simple text to the response object surrounded by a script tag.static void
CssUtils. writeInlineStyle(Response response, CharSequence text, AttributeMap attributes)
Write the simple text to the response object surrounded by a style tag.static void
CssUtils. writeLink(Response response, AttributeMap attributes)
Writes a reference to a css file in the response objectstatic void
CssUtils. writeOpenTag(Response response, AttributeMap attributes)
Write open style tag for the inline CSSstatic void
JavaScriptUtils. writeOpenTag(Response response, AttributeMap attributes)
Write open script tag for inline script.static void
JavaScriptUtils. writeScript(Response response, AttributeMap attributes)
Write a reference to a javascript file to the response object
-