Uses of Class
org.jboss.hal.core.finder.PreviewAttributes
-
Packages that use PreviewAttributes Package Description org.jboss.hal.core.finder org.jboss.hal.core.runtime.host org.jboss.hal.core.runtime.server -
-
Uses of PreviewAttributes in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder that return PreviewAttributes Modifier and Type Method Description PreviewAttributes<T>PreviewAttributes. append(String attribute)PreviewAttributes<T>PreviewAttributes. append(String attribute, String href)PreviewAttributes<T>PreviewAttributes. append(PreviewAttributes.PreviewAttributeFunction<T> function) -
Uses of PreviewAttributes in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host with parameters of type PreviewAttributes Modifier and Type Method Description static voidHostPreviewAttributes. refresh(Host host, PreviewAttributes<Host> attributes, HostActions hostActions) -
Uses of PreviewAttributes in org.jboss.hal.core.runtime.server
Methods in org.jboss.hal.core.runtime.server with parameters of type PreviewAttributes Modifier and Type Method Description static voidServerPreviewAttributes. refresh(Server server, PreviewAttributes<Server> serverAttributes)
-