464745 Remove @org.apache.xbean.XBean references
This commit is contained in:
parent
04f4448281
commit
325c65a6cb
|
@ -51,7 +51,6 @@ import org.eclipse.jetty.util.log.Logger;
|
|||
/**
|
||||
* JAASLoginService
|
||||
*
|
||||
* @org.apache.xbean.XBean element="jaasUserRealm" description="Creates a UserRealm suitable for use with JAAS"
|
||||
*/
|
||||
public class JAASLoginService extends AbstractLifeCycle implements LoginService
|
||||
{
|
||||
|
|
|
@ -31,7 +31,6 @@ import java.util.Enumeration;
|
|||
*
|
||||
*
|
||||
*
|
||||
* @org.apache.xbean.XBean description ="Check only topmost role in stack of roles for user"
|
||||
*/
|
||||
public class StrictRoleCheckPolicy implements RoleCheckPolicy
|
||||
{
|
||||
|
|
|
@ -104,7 +104,6 @@ import org.eclipse.jetty.util.resource.Resource;
|
|||
* <p>
|
||||
* By default, the context is created with alias checkers for {@link AllowSymLinkAliasChecker} (unix only) and {@link ApproveNonExistentDirectoryAliases}.
|
||||
* If these alias checkers are not required, then {@link #clearAliasChecks()} or {@link #setAliasChecks(List)} should be called.
|
||||
* @org.apache.xbean.XBean description="Creates a basic HTTP context"
|
||||
*/
|
||||
@ManagedObject("URI Context")
|
||||
public class ContextHandler extends ScopedHandler implements Attributes, Graceful
|
||||
|
|
|
@ -49,7 +49,6 @@ import org.eclipse.jetty.util.resource.Resource;
|
|||
* For all other requests a normal 404 is served.
|
||||
*
|
||||
*
|
||||
* @org.apache.xbean.XBean
|
||||
*/
|
||||
public class DefaultHandler extends AbstractHandler
|
||||
{
|
||||
|
|
|
@ -37,7 +37,6 @@ import org.eclipse.jetty.server.Server;
|
|||
* {@link Server#setRequestLog(RequestLog)} instead of this handler.
|
||||
*
|
||||
* @see Server#setRequestLog(RequestLog)
|
||||
* @org.apache.xbean.XBean
|
||||
*/
|
||||
public class RequestLogHandler extends HandlerWrapper
|
||||
{
|
||||
|
|
|
@ -57,7 +57,6 @@ import org.eclipse.jetty.util.resource.Resource;
|
|||
* Requests for resources that do not exist are let pass (Eg no 404's).
|
||||
*
|
||||
*
|
||||
* @org.apache.xbean.XBean
|
||||
*/
|
||||
public class ResourceHandler extends HandlerWrapper
|
||||
{
|
||||
|
|
|
@ -81,7 +81,6 @@ import org.eclipse.jetty.util.resource.ResourceCollection;
|
|||
* the default being {@link org.eclipse.jetty.webapp.WebXmlConfiguration} and
|
||||
* {@link org.eclipse.jetty.webapp.JettyWebXmlConfiguration}.
|
||||
*
|
||||
* @org.apache.xbean.XBean description="Creates a servlet web application at a given context from a resource base"
|
||||
*/
|
||||
@ManagedObject("Web Application ContextHandler")
|
||||
public class WebAppContext extends ServletContextHandler implements WebAppClassLoader.Context
|
||||
|
|
Loading…
Reference in New Issue