com.bea.struts.adapter.taglib.html
Interface TagAdapter

All Known Implementing Classes:
BaseFieldTagAdapter, ButtonTagAdapter, CheckboxTagAdapter, FileTag, HiddenTag, ImageTagAdapter, NestedFileTag, NestedHiddenTag, NestedPasswordTag, NestedTextTag, PasswordTag, RadioTagAdapter, SelectTagAdapter, TextareaTagAdapter, TextTag, TextTag

public interface TagAdapter

TagAdapter interface for WLP Tag Adapters

This interface is based on 3rd party types and is thus dependent upon announced or unannounced changes to those 3rd party types. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal or in future versions of the 3rd party types.

Method Summary
 void adaptPrepareIndex(StringBuffer handlers, String name)
           
 

Method Detail

adaptPrepareIndex

void adaptPrepareIndex(StringBuffer handlers,
                       String name)
                       throws javax.servlet.jsp.JspException
Throws
javax.servlet.jsp.JspException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.