464745 Remove @org.apache.xbean.XBean references

This commit is contained in:
Jan Bartel 2015-07-10 18:14:02 +10:00
parent 04f4448281
commit 325c65a6cb
7 changed files with 0 additions and 7 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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