View | Details | Raw Unified | Return to bug 54012
Collapse All | Expand All

(-)org/apache/jasper/compiler/tagplugin/TagPluginContext.java (+2 lines)
Lines 120-124 Link Here
120
     * Get the value of an attribute in the current tagplugin context.
120
     * Get the value of an attribute in the current tagplugin context.
121
     */
121
     */
122
    Object getPluginAttribute(String attr);
122
    Object getPluginAttribute(String attr);
123
    
124
    boolean isTagFile();
123
}
125
}
124
126

Return to bug 54012