FileDocCategorySizeDatePackage
WebDescriptor.javaAPI DocGlassfish v2 API2727Fri May 04 22:32:00 BST 2007com.sun.enterprise.deployment.web

WebDescriptor

public interface WebDescriptor
I am the type representing a named descriptor that may be shown in a UI tool.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()
Return a human readable description of this entity.

public java.lang.StringgetLargeIconUri()
Return the relative URI to the large icon for this descriptor.

public java.lang.StringgetName()
Return the human readable display name of this descriptor.

public java.lang.StringgetSmallIconUri()
Return the relative URI to the small icon for this descriptor.

public voidsetDescription(java.lang.String description)

public voidsetLargeIconUri(java.lang.String largeIconUri)

public voidsetName(java.lang.String name)

public voidsetSmallIconUri(java.lang.String smallIconUri)