super(config);
this.locale = this.getAttribute("locale");
this.renderKitId = this.getAttribute("renderKitId");
this.contentType = this.getAttribute("contentType");
this.encoding = this.getAttribute("encoding");
TagAttribute testForNull = this.getAttribute("beforePhase");
this.beforePhase = (null == testForNull) ?
this.getAttribute("beforePhaseListener") : testForNull;
testForNull = this.getAttribute("afterPhase");
this.afterPhase = (null == testForNull) ?
this.getAttribute("afterPhaseListener") : testForNull;