| /website/oso/common/OsoXmlRpcCommon/src/org/opensolaris/xmlrpc/util/ |
| TypeException.java | 26 public TypeException(String m) { 35 public TypeException(String m, Throwable t) { 41 * @param format the message format - see {@link String#format}. 44 public TypeException(String format, Object... args) { 45 super(String.format(format, args)); 51 * @param format the message format - see {@link String#format}. 54 public TypeException(Throwable t, String format, Object... args) { 55 super(String.format(format, args), t);
|
| RpcException.java | 27 public RpcException(RpcError e, String m) { 38 public RpcException(RpcError e, String m, Throwable t) { 46 * @param format the message format - see {@link String#format}. 49 public RpcException(RpcError e, String format, Object... args) { 50 super(String.format(format, args)); 58 * @param format the message format - see {@link String#format}. 62 String format, Object... args) { 63 super(String.format(format, args), t); 69 * @param format the message format - see {@link String#format}. 72 public RpcException(String format, Object... args) [all...] |
| TypeMapper.java | 25 * {@link Integer}, {@link Boolean}, {@link Double}, byte[], {@link String} or 30 * <code>stringToEnum</code> methods which convert to/from an string 32 * a string. 60 public String getReason() { 83 * Return a string representation of the mapper. 86 * @return a descriptive string. 88 public abstract String getDescription(int indent, boolean firstOnLine); 94 protected TypeMapper(String reason) { 202 * Get the string of spaces for the current indentation level. 206 * @return the indent string [all...] |
| /website/oso/common/OsoReportRenderer/src/org/opensolaris/report/ |
| ReportRenderException.java | 27 public ReportRenderException(String m) { 36 public ReportRenderException(String m, Throwable t) { 42 * @param format the message format - see {@link String#format}. 45 public ReportRenderException(String format, Object... args) { 46 super(String.format(format, args)); 52 * @param format the message format - see {@link String#format}. 55 public ReportRenderException(Throwable t, String format, Object... args) { 56 super(String.format(format, args), t);
|
| /website/auth/AuthCommon/src/org/opensolaris/auth/xmlrpc/util/ |
| RpcException.java | 27 public RpcException(RpcError e, String m) { 38 public RpcException(RpcError e, String m, Throwable t) { 46 * @param format the message format - see {@link String#format}. 49 public RpcException(RpcError e, String format, Object... args) { 50 super(String.format(format, args)); 58 * @param format the message format - see {@link String#format}. 62 String format, Object... args) { 63 super(String.format(format, args), t); 69 * @param format the message format - see {@link String#format}. 72 public RpcException(String format, Object... args) [all...] |
| TypeException.java | 26 public TypeException(String m) { 35 public TypeException(String m, Throwable t) { 41 * @param format the message format - see {@link String#format}. 44 public TypeException(String format, Object... args) { 45 super(String.format(format, args)); 51 * @param format the message format - see {@link String#format}. 54 public TypeException(Throwable t, String format, Object... args) { 55 super(String.format(format, args), t);
|
| TypeMapper.java | 25 * {@link Integer}, {@link Boolean}, {@link Double}, byte[], {@link String} or 30 * <code>stringToEnum</code> methods which convert to/from an string 32 * a string. 60 public String getReason() { 83 * Return a string representation of the mapper. 86 * @return a descriptive string. 88 public abstract String getDescription(int indent, boolean firstOnLine); 94 protected TypeMapper(String reason) { 202 * Get the string of spaces for the current indentation level. 206 * @return the indent string [all...] |
| /website/portal/trunk/src/java/org/opensolaris/tonic/action/user/ |
| LoginAction.java | 59 public static final String LOCKED = "locked"; // result key for xwork 60 public static final String PENDING = "pending"; // result key for xwork 61 public static final String SUSPENDED = "suspended"; // result key for xwork 71 private String username = null; 72 private String password = null; 84 public String getPassword() { 87 public void setPassword(String password) { 91 public String getUsername() { 94 public void setUsername(String username) { 105 public String execute() throws Exception [all...] |
| /website/portal/trunk/src/java/org/opensolaris/base/xwork/ |
| XmlValidator.java | 51 protected String xsd = null; 52 protected String errorMsg = null; 58 public String getXsd(String pXsd) { 62 public void setXsd(String pXsd) { 66 public String getError() { 75 String lFieldName = getFieldName(); 79 if (lFieldValue instanceof String) { 80 String lContent = (String) lFieldValue [all...] |
| /website/portal/trunk/src/java/org/opensolaris/tonic/action/bug/ |
| EditBugReportCatsAction.java | 47 private final static String FORM_XSD = "opensolaris-bug-report-form.xsd"; 52 private String categories = null; 58 public String getCategories() { 62 public void setCategories(String pContent) { 71 public String doDefault() throws Exception { 97 public String execute() throws Exception { 129 String lContent = toXmlString(lConfigRootEl); 148 * This implementation converts the document to a String then uses the SAXBuilder 155 private boolean validateDoc(Document pDocument, String pSchemaUri) throws Exception { 159 String lDocAsString = toXmlString(pDocument.getRootElement()) [all...] |
| /website/portal/trunk/src/java/org/opensolaris/tonic/action/space/ |
| CreatePageAction.java | 48 private String name = null; 49 private String title = null; 50 private String content = null; 52 private String contentType = ContentType.TML; 80 public String getName() { 83 public void setName(String name) { 87 public String getTitle() { 90 public void setTitle(String title) { 94 public String getContent() { 97 public void setContent(String content) [all...] |
| UpdatePageAction.java | 125 public void setPreviewButtonPressed(String value) { 129 public void setSaveButtonPressed(String value) { 159 public String doDefault() throws Exception { 183 public String execute() throws Exception { 198 messageArgs.add(String.valueOf(MAX_CONTENT_SIZE)); 285 String lContent = page.getContent();
|
| UpdatePageFragmentAction.java | 44 public static final String EDIT_HEADERFOOTER = "1"; 45 public static final String EDIT_LEFTNAV = "2"; 46 public static final String LEFT_NAV_TYPE = "LeftNavContentType"; 47 public static final String LEFT_NAV_CONTENT = "LeftNavContent"; 48 public static final String HEADER_TYPE = "HeaderContentType"; 49 public static final String HEADER_CONTENT = "HeaderContent"; 50 public static final String FOOTER_TYPE = "FooterContentType"; 51 public static final String FOOTER_CONTENT = "FooterContent"; 52 public static final String CACHE_GRP_HEADER = "header"; 53 public static final String CACHE_GRP_FOOTER = "footer" [all...] |
| /website/oso/common/OsoDb/src/org/opensolaris/db/ |
| DbBackup.java | 38 public DbBackup(Connection conn, String dbRoot, String dbName, 53 public void optimise(String dbSchema, boolean beGentle) throws DbException { 55 String ds = dbSchema.toUpperCase(); 75 String table = rs.getString(1); 127 String.format("%1$s-%2$tY%2$tm%2$td-%2$tH%2$tM%2$tS.zip", 145 String hostName = System.getenv("COMPUTERNAME"); 157 props.setProperty("date", String.format("%tc", now)); 220 public void info(String message); 225 * @param format String format [all...] |