Class WebComponentDescriptorStub
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.WebComponentDescriptor
-
- org.glassfish.web.deployment.descriptor.WebComponentDescriptorImpl
-
- org.glassfish.web.deployment.descriptor.WebComponentDescriptorStub
-
- All Implemented Interfaces:
Serializable
public class WebComponentDescriptorStub extends WebComponentDescriptorImpl
stub for URL pattern processing, because it takes place before the fragment processing- Author:
- lprimak
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.glassfish.web.deployment.descriptor.WebComponentDescriptorImpl
BASIC_AUTHENTICATION, DELETE, FORM_AUTHENTICATION, GET, POST, PUT, SSL_AUTHENTICATION
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
-
Constructor Summary
Constructors Constructor Description WebComponentDescriptorStub(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()booleanisServlet()-
Methods inherited from class org.glassfish.web.deployment.descriptor.WebComponentDescriptorImpl
add, add, addInitializationParameter, addSecurityRoleReference, addUrlPattern, equals, getApplication, getCanonicalName, getConflictedInitParameterNames, getInitializationParameterByName, getInitializationParameters, getInitializationParameterSet, getLoadOnStartUp, getMultipartConfig, getRunAsIdentity, getSecurityRoleReferenceByName, getSecurityRoleReferences, getSecurityRoleReferenceSet, getUrlPatterns, getUrlPatternsSet, getUserDefinedHttpMethods, getUsesCallerIdentity, getWebBundleDescriptor, getWebComponentImplementation, hashCode, isAsyncSupported, isConflict, isConflict, print, removeInitializationParameter, removeSecurityRoleReference, removeUrlPattern, setAsyncSupported, setCanonicalName, setConflict, setEnabled, setLoadOnStartUp, setLoadOnStartUp, setMultipartConfig, setMultipartConfig, setRunAsIdentity, setServlet, setUsesCallerIdentity, setWebBundleDescriptor, setWebComponentImplementation
-
Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Constructor Detail
-
WebComponentDescriptorStub
public WebComponentDescriptorStub(String name)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Overrides:
isEnabledin classWebComponentDescriptorImpl
-
isServlet
public boolean isServlet()
- Overrides:
isServletin classWebComponentDescriptorImpl
-
-