Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » language » markup » xsp » [javadoc | source]
org.apache.cocoon.components.language.markup.xsp
public class: XSPUtil [javadoc | source]
java.lang.Object
   org.apache.cocoon.components.language.markup.xsp.XSPUtil
The XSP Utility object helper
Method from org.apache.cocoon.components.language.markup.xsp.XSPUtil Summary:
baseName,   baseName,   encodeMarkup,   fileComponent,   formDecode,   formEncode,   formatDate,   getContents,   getContents,   getContents,   getContextAttribute,   getCount,   getFileContents,   getFileContents,   getSessionCount,   getSourceContents,   getSourceContents,   includeFile,   includeInputSource,   includeSource,   includeString,   isAlphaNumeric,   normalizedBaseName,   normalizedName,   pathComponent,   relativeFilename,   split,   split
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.language.markup.xsp.XSPUtil Detail:
 public static String baseName(String filename) 
 public static String baseName(String filename,
    String suffix) 
 public static String encodeMarkup(String string) 
 public static String fileComponent(String filename) 
 public static String formDecode(String s) throws Exception 
 public static String formEncode(String text) throws Exception 
 public static String formatDate(Date date,
    String pattern) 
 public static String getContents(InputStream in) throws IOException 
 public static String getContents(Reader reader) throws IOException 
 public static String getContents(InputStream in,
    String encoding) throws IOException 
 public static Object getContextAttribute(Map objectModel,
    String name) 
 public static int getCount() 
 public static String getFileContents(String filename) throws IOException 
 public static String getFileContents(String filename,
    String encoding) throws IOException 
 public static int getSessionCount(Session session) 
 public static String getSourceContents(String url,
    SourceResolver resolver) throws IOException 
 public static String getSourceContents(String uri,
    String base,
    SourceResolver resolver) throws IOException 
 public static  void includeFile(String name,
    ComponentManager manager,
    ContentHandler contentHandler,
    Map objectModel) throws RuntimeException 
 public static  void includeInputSource(InputSource source,
    ComponentManager manager,
    ContentHandler contentHandler) throws RuntimeException 
 public static  void includeSource(String uri,
    String base,
    SourceResolver resolver,
    ContentHandler contentHandler) throws RuntimeException 
 public static  void includeString(String string,
    ComponentManager manager,
    ContentHandler contentHandler) throws RuntimeException 
 public static boolean isAlphaNumeric(char c) 
 public static String normalizedBaseName(String filename) 
 public static String normalizedName(String filename) 
 public static String pathComponent(String filename) 
 public static String relativeFilename(String filename,
    Map objectModel) throws IOException 
 public static String[] split(String line) 
 public static String[] split(String line,
    String delimiter)