@ApplicationScoped public class HtmlResourceType extends Object implements ClientResourceType
Constructor and Description |
---|
HtmlResourceType() |
HtmlResourceType(Others category) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Path path) |
Category |
getCategory() |
String |
getDescription() |
com.google.gwt.user.client.ui.IsWidget |
getIcon() |
String |
getPrefix() |
int |
getPriority() |
String |
getShortName() |
String |
getSimpleWildcardPattern() |
String |
getSuffix() |
public HtmlResourceType()
@Inject public HtmlResourceType(Others category)
public Category getCategory()
getCategory
in interface ResourceTypeDefinition
public String getShortName()
getShortName
in interface ResourceTypeDefinition
public String getDescription()
getDescription
in interface ResourceTypeDefinition
public com.google.gwt.user.client.ui.IsWidget getIcon()
getIcon
in interface ClientResourceType
public String getPrefix()
getPrefix
in interface ResourceTypeDefinition
public String getSuffix()
getSuffix
in interface ResourceTypeDefinition
public int getPriority()
getPriority
in interface ResourceTypeDefinition
public String getSimpleWildcardPattern()
getSimpleWildcardPattern
in interface ResourceTypeDefinition
public boolean accept(Path path)
accept
in interface ResourceTypeDefinition
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.