org.apache.catalina.startup

Class ConnectorCreateRule

public class ConnectorCreateRule extends Rule

Rule implementation that creates a connector.
Field Summary
protected static Loglog
Method Summary
voidbegin(Attributes attributes)
Process the beginning of this element.
voidend()
Process the end of this element.
void_setExecutor(Connector con, Executor ex)

Field Detail

log

protected static Log log

Method Detail

begin

public void begin(Attributes attributes)
Process the beginning of this element.

Parameters: attributes The attribute list of this element

end

public void end()
Process the end of this element.

_setExecutor

public void _setExecutor(Connector con, Executor ex)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.