|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.servlet.Holder.HolderRegistration
org.eclipse.jetty.servlet.ServletHolder.Registration
public class ServletHolder.Registration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.servlet.ServletRegistration |
|---|
ServletRegistration.Dynamic |
| Field Summary | |
|---|---|
protected MultipartConfigElement |
_multipartConfig
|
| Constructor Summary | |
|---|---|
ServletHolder.Registration()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
addMapping(java.lang.String... urlPatterns)
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration. |
int |
getInitOrder()
|
java.util.Collection<java.lang.String> |
getMappings()
Gets the currently available mappings of the Servlet represented by this ServletRegistration. |
MultipartConfigElement |
getMultipartConfig()
|
java.lang.String |
getRunAsRole()
Gets the name of the runAs role of the Servlet represented by this ServletRegistration. |
void |
setLoadOnStartup(int loadOnStartup)
Sets the loadOnStartup priority on the Servlet
represented by this dynamic ServletRegistration. |
void |
setMultipartConfig(MultipartConfigElement element)
Sets the MultipartConfigElement to be applied to the
mappings defined for this ServletRegistration. |
void |
setRunAsRole(java.lang.String role)
Sets the name of the runAs role for this
ServletRegistration. |
java.util.Set<java.lang.String> |
setServletSecurity(ServletSecurityElement securityElement)
Sets the ServletSecurityElement to be applied to the
mappings defined for this ServletRegistration. |
| Methods inherited from class org.eclipse.jetty.servlet.Holder.HolderRegistration |
|---|
getClassName, getInitParameter, getInitParameters, getName, setAsyncSupported, setDescription, setInitParameter, setInitParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.Registration.Dynamic |
|---|
setAsyncSupported |
| Methods inherited from interface javax.servlet.Registration |
|---|
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters |
| Field Detail |
|---|
protected MultipartConfigElement _multipartConfig
| Constructor Detail |
|---|
public ServletHolder.Registration()
| Method Detail |
|---|
public java.util.Set<java.lang.String> addMapping(java.lang.String... urlPatterns)
ServletRegistrationIf any of the specified URL patterns are already mapped to a different Servlet, no updates will be performed.
If this method is called multiple times, each successive call adds to the effects of the former.
addMapping in interface ServletRegistrationurlPatterns - the URL patterns of the servlet mapping
public java.util.Collection<java.lang.String> getMappings()
ServletRegistrationServletRegistration.
Any changes to the returned Collection must not
affect this ServletRegistration.
getMappings in interface ServletRegistrationCollection of the currently
available mappings of the Servlet represented by this
ServletRegistrationpublic java.lang.String getRunAsRole()
ServletRegistrationServletRegistration.
getRunAsRole in interface ServletRegistrationpublic void setLoadOnStartup(int loadOnStartup)
ServletRegistration.DynamicloadOnStartup priority on the Servlet
represented by this dynamic ServletRegistration.
A loadOnStartup value of greater than or equal to
zero indicates to the container the initialization priority of
the Servlet. In this case, the container must instantiate and
initialize the Servlet during the initialization phase of the
ServletContext, that is, after it has invoked all of the
ServletContextListener objects configured for the ServletContext
at their ServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)
method.
If loadOnStartup is a negative integer, the container is free to instantiate and initialize the Servlet lazily.
The default value for loadOnStartup is -1.
A call to this method overrides any previous setting.
setLoadOnStartup in interface ServletRegistration.DynamicloadOnStartup - the initialization priority of the Servletpublic int getInitOrder()
public void setMultipartConfig(MultipartConfigElement element)
ServletRegistration.DynamicMultipartConfigElement to be applied to the
mappings defined for this ServletRegistration. If this
method is called multiple times, each successive call overrides the
effects of the former.
setMultipartConfig in interface ServletRegistration.Dynamicelement - the MultipartConfigElement to be
applied to the patterns mapped to the registrationpublic MultipartConfigElement getMultipartConfig()
public void setRunAsRole(java.lang.String role)
ServletRegistration.DynamicrunAs role for this
ServletRegistration.
setRunAsRole in interface ServletRegistration.Dynamicrole - the name of the runAs rolepublic java.util.Set<java.lang.String> setServletSecurity(ServletSecurityElement securityElement)
ServletRegistration.DynamicServletSecurityElement to be applied to the
mappings defined for this ServletRegistration.
This method applies to all mappings added to this
ServletRegistration up until the point that the
ServletContext from which it was obtained has been
initialized.
If a URL pattern of this ServletRegistration is an exact target
of a security-constraint that was established via
the portable deployment descriptor, then this method does not
change the security-constraint for that pattern,
and the pattern will be included in the return value.
If a URL pattern of this ServletRegistration is an exact
target of a security constraint that was established via the
ServletSecurity annotation
or a previous call to this method, then this method replaces
the security constraint for that pattern.
If a URL pattern of this ServletRegistration is neither the
exact target of a security constraint that was established via
the ServletSecurity annotation
or a previous call to this method, nor the exact target of a
security-constraint in the portable deployment
descriptor, then this method establishes the security constraint
for that pattern from the argument
ServletSecurityElement.
setServletSecurity in interface ServletRegistration.DynamicsecurityElement - the ServletSecurityElement to be applied
to the patterns mapped to this ServletRegistration
security-constraint that was
established via the portable deployment descriptor. This method
has no effect on the patterns included in the returned set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||